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

Unified Diff: cc/test/tiled_layer_test_common.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: rebase with TOT, addressed comments 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/test/tiled_layer_test_common.h
diff --git a/cc/test/tiled_layer_test_common.h b/cc/test/tiled_layer_test_common.h
index 8079f1dd503b070dca7b9adb41d6fa2c6af82192..79702e371bc600eaeb0f46cdc466d185a65dac4c 100644
--- a/cc/test/tiled_layer_test_common.h
+++ b/cc/test/tiled_layer_test_common.h
@@ -93,6 +93,8 @@ public:
virtual void setNeedsDisplayRect(const gfx::RectF&) OVERRIDE;
const gfx::RectF& lastNeedsDisplayRect() const { return m_lastNeedsDisplayRect; }
+ virtual void setCanUseLCDText(bool) OVERRIDE;
+
virtual void setTexturePriorities(const cc::PriorityCalculator&) OVERRIDE;
virtual cc::PrioritizedResourceManager* resourceManager() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698