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

Unified Diff: cc/layers/content_layer.h

Issue 684543006: cc: Toggle LCD text at raster time instead of record time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: lcdraster: bettertestsyay Created 6 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/layers/content_layer.h
diff --git a/cc/layers/content_layer.h b/cc/layers/content_layer.h
index fe0bd37970f4323f51f8043a5e475e07456db496..6073054cb0e2fdd7b0ef066e568e6f57a878a6c8 100644
--- a/cc/layers/content_layer.h
+++ b/cc/layers/content_layer.h
@@ -69,7 +69,8 @@ class CC_EXPORT ContentLayer : public TiledLayer {
ContentLayerClient* client_;
scoped_refptr<ContentLayerUpdater> updater_;
- bool can_use_lcd_text_last_frame_;
+ bool can_use_lcd_text_for_update_;
+ bool ignore_lcd_text_change_;
reveman 2014/11/11 21:16:49 Suggestion that you can ignore if you like as this
danakj 2014/11/12 17:22:10 Done. Though poking around here I realized content
DISALLOW_COPY_AND_ASSIGN(ContentLayer);
};

Powered by Google App Engine
This is Rietveld 408576698