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

Unified Diff: cc/proto/display_item.proto

Issue 1506203008: Allow background tab titles to use LCD AA. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 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/proto/display_item.proto
diff --git a/cc/proto/display_item.proto b/cc/proto/display_item.proto
index 6a01dff62a58e2b49b16f0e56b0d3b6569c5f16a..930c16664e1a6f051b46296c7233056d4bba5ac8 100644
--- a/cc/proto/display_item.proto
+++ b/cc/proto/display_item.proto
@@ -68,10 +68,10 @@ message ClipPathDisplayItem {
message CompositingDisplayItem {
optional uint32 alpha = 1;
-
optional cc.proto.SkXfermode.Mode mode = 2;
optional cc.proto.RectF bounds = 3;
optional bytes color_filter = 4; /* SkColorFilter */
+ optional bool lcd_text_requires_opaque_layer = 5;
}
message DrawingDisplayItem {
« no previous file with comments | « cc/playback/display_item_list_unittest.cc ('k') | chrome/browser/ui/views/autofill/card_unmask_prompt_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698