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

Unified Diff: cc/tiled_layer.h

Issue 11360093: Mark layers that can use LCD text based on layer transform and opacity. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed compile error Created 8 years, 1 month 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
Index: cc/tiled_layer.h
diff --git a/cc/tiled_layer.h b/cc/tiled_layer.h
index 052bb99266e02d7b948be475d18c7cc1d4a96559..84b5d92704367efe17de4d398755ddc605b9e073 100644
--- a/cc/tiled_layer.h
+++ b/cc/tiled_layer.h
@@ -25,7 +25,7 @@ public:
virtual void setNeedsDisplayRect(const gfx::RectF&) OVERRIDE;
- virtual void setUseLCDText(bool) OVERRIDE;
+ virtual void setCanUseLCDText(bool) OVERRIDE;
virtual void setLayerTreeHost(LayerTreeHost*) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698