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

Unified Diff: cc/proto/cc_conversions.cc

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/layers/render_surface_impl.cc ('k') | cc/proto/property_tree.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proto/cc_conversions.cc
diff --git a/cc/proto/cc_conversions.cc b/cc/proto/cc_conversions.cc
index a19d51cb8cd8f6f38842980eb796d76b82604aa5..549efbef7cc59350df93ecdcd4311c09784af5af 100644
--- a/cc/proto/cc_conversions.cc
+++ b/cc/proto/cc_conversions.cc
@@ -52,8 +52,6 @@
return proto::ClipNodeData::NONE;
case ClipNode::ClipType::APPLIES_LOCAL_CLIP:
return proto::ClipNodeData::APPLIES_LOCAL_CLIP;
- case ClipNode::ClipType::EXPANDS_CLIP:
- return proto::ClipNodeData::EXPANDS_CLIP;
}
NOTREACHED();
return proto::ClipNodeData::NONE;
@@ -66,8 +64,6 @@
return ClipNode::ClipType::NONE;
case proto::ClipNodeData::APPLIES_LOCAL_CLIP:
return ClipNode::ClipType::APPLIES_LOCAL_CLIP;
- case proto::ClipNodeData::EXPANDS_CLIP:
- return ClipNode::ClipType::EXPANDS_CLIP;
}
NOTREACHED();
return ClipNode::ClipType::NONE;
« no previous file with comments | « cc/layers/render_surface_impl.cc ('k') | cc/proto/property_tree.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698