diff options
Diffstat (limited to 'Source/Platform/chromium/public/WebContentLayerClient.h')
-rw-r--r-- | Source/Platform/chromium/public/WebContentLayerClient.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Platform/chromium/public/WebContentLayerClient.h b/Source/Platform/chromium/public/WebContentLayerClient.h index 5469bd28c..8274d9e39 100644 --- a/Source/Platform/chromium/public/WebContentLayerClient.h +++ b/Source/Platform/chromium/public/WebContentLayerClient.h @@ -43,7 +43,8 @@ public: // optimizations. #define WEBCONTENTLAYERCLIENT_HAS_OPAQUE 1 #define WEBCONTENTLAYERCLIENT_FLOAT_OPAQUE_RECT 1 - virtual void paintContents(WebCanvas*, const WebRect& clip, WebFloatRect& opaque) = 0; +#define WEBCONTENTLAYERCLIENT_HAS_CANPAINTLCDTEXT 1 + virtual void paintContents(WebCanvas*, const WebRect& clip, bool canPaintLCDText, WebFloatRect& opaque) = 0; protected: virtual ~WebContentLayerClient() { } |