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

Unified Diff: cc/resources/picture_pile_impl.h

Issue 13726013: Smart layer invalidation for LCD text. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months 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/resources/picture_pile_impl.h
diff --git a/cc/resources/picture_pile_impl.h b/cc/resources/picture_pile_impl.h
index 34364bd2eb4e238a8cbc4409960b8e53697c8dfe..9b49ed9d0420af393216345ee6ff2d253fda540f 100644
--- a/cc/resources/picture_pile_impl.h
+++ b/cc/resources/picture_pile_impl.h
@@ -50,6 +50,7 @@ class CC_EXPORT PicturePileImpl : public PicturePileBase {
bool is_solid_color;
bool is_transparent;
+ bool has_text;
bool is_cheap_to_raster;
SkColor solid_color;

Powered by Google App Engine
This is Rietveld 408576698