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

Unified Diff: cc/proto/property_tree.proto

Issue 2188873002: cc: Add mask target size to the effect tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « cc/layers/render_surface_impl.cc ('k') | cc/trees/effect_node.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proto/property_tree.proto
diff --git a/cc/proto/property_tree.proto b/cc/proto/property_tree.proto
index 9bcdaa070361ca12c95f041d542b4047a76df3c7..0c60bcb0a4eec39c2395124075c4cb23487cf664 100644
--- a/cc/proto/property_tree.proto
+++ b/cc/proto/property_tree.proto
@@ -87,11 +87,12 @@ message ClipNodeData {
}
// Proto for struct EffectNodeData.
-// NEXT ID: 26
+// NEXT ID: 27
message EffectNodeData {
optional float opacity = 1;
optional float screen_space_opacity = 2;
optional SkXfermode.Mode blend_mode = 25;
+ optional Size unscaled_mask_target_size = 26;
optional bool has_render_surface = 3;
optional bool has_copy_request = 4;
optional bool hidden_by_backface_visibility = 14;
« no previous file with comments | « cc/layers/render_surface_impl.cc ('k') | cc/trees/effect_node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698