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

Unified Diff: cc/proto/property_tree.proto

Issue 2423483003: cc: Make visible rect computation aware of pixel-moving filters (Closed)
Patch Set: Rebaseline Created 4 years, 2 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/proto/property_tree.proto
diff --git a/cc/proto/property_tree.proto b/cc/proto/property_tree.proto
index ea5c44feb997d65988237f33266b7acff2194813..8d8c7ffb050388d7eecf87c2b66d517b3937a157 100644
--- a/cc/proto/property_tree.proto
+++ b/cc/proto/property_tree.proto
@@ -82,6 +82,7 @@ message ClipNodeData {
enum ClipType {
NONE = 1;
APPLIES_LOCAL_CLIP = 2;
+ EXPANDS_CLIP = 3;
}
optional ClipType clip_type = 13;
optional RectF clip = 1;
« no previous file with comments | « cc/proto/cc_conversions.cc ('k') | cc/trees/clip_expander.h » ('j') | cc/trees/clip_node.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698