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

Unified Diff: cc/proto/property_tree.proto

Issue 2468113004: Revert of cc: Make visible rect computation aware of pixel-moving filters (Closed)
Patch Set: Created 4 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
« no previous file with comments | « cc/proto/cc_conversions.cc ('k') | cc/trees/clip_expander.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 c1074be87446598f5700109440d30306b779f63c..b6098c621cbcbb3d8bcde8c6515526e1a49efee7 100644
--- a/cc/proto/property_tree.proto
+++ b/cc/proto/property_tree.proto
@@ -74,12 +74,11 @@
}
// Proto for struct ClipNodeData.
-// NEXT ID: 15
+// NEXT ID: 14
message ClipNodeData {
enum ClipType {
NONE = 1;
APPLIES_LOCAL_CLIP = 2;
- EXPANDS_CLIP = 3;
}
optional ClipType clip_type = 13;
optional RectF clip = 1;
@@ -89,7 +88,6 @@
optional int64 transform_id = 4;
optional int64 target_transform_id = 5;
optional int64 target_effect_id = 12;
- optional int64 clip_expander_effect_id = 14;
optional bool applies_local_clip = 6;
optional bool layer_clipping_uses_only_local_clip = 7;
optional bool target_is_clipped = 8;
« no previous file with comments | « cc/proto/cc_conversions.cc ('k') | cc/trees/clip_expander.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698