Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: ui/compositor/layer.h

Issue 11274057: Used the new WebContentLayerClient::paintContents interface. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: chrome style Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/compositor/layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/layer.h
diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h
index 8a52438e50c1836f30d79c7b70d581f40f3da64d..d8ae96662476aa27e3a27b8309cecee6885c4395 100644
--- a/ui/compositor/layer.h
+++ b/ui/compositor/layer.h
@@ -263,7 +263,10 @@ class COMPOSITOR_EXPORT Layer
// WebContentLayerClient
virtual void paintContents(WebKit::WebCanvas*,
const WebKit::WebRect& clip,
- WebKit::WebFloatRect& opaque);
+#if WEBCONTENTLAYERCLIENT_HAS_CANPAINTLCDTEXT
+ bool can_paint_lcd_text,
+#endif // WEBCONTENTLAYERCLIENT_HAS_CANPAINTLCDTEXT
+ WebKit::WebFloatRect& opaque) OVERRIDE;
WebKit::WebLayer* web_layer() { return web_layer_; }
« no previous file with comments | « no previous file | ui/compositor/layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698