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

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 unit tests 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 2fc5fcaee9524f9acd88324d98a2606b613cc939..18d2ed49d064642a378ffbcc4cc9b8ff40739541 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