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

Unified Diff: cc/layer_tree_host.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 build Created 8 years 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/layer_tree_host.h
diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h
index 7e600bd67e8f62c7b75b00ae4d822185c1b9c960..efaac665ea39ab754bdb9976654b5f38a6908ae0 100644
--- a/cc/layer_tree_host.h
+++ b/cc/layer_tree_host.h
@@ -86,6 +86,7 @@ struct CC_EXPORT LayerTreeSettings {
bool pageScalePinchZoomEnabled;
bool backgroundColorInsteadOfCheckerboard;
bool showOverdrawInTracing;
+ bool canUseLCDText;
double refreshRate;
size_t maxPartialTextureUpdates;
size_t numRasterThreads;

Powered by Google App Engine
This is Rietveld 408576698