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

Unified Diff: cc/trees/draw_property_utils.h

Issue 1800923002: cc: Directly use property trees to calculate clip rect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add setting to only calculate and verify in cc_unittest Created 4 years, 9 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/trees/draw_property_utils.h
diff --git a/cc/trees/draw_property_utils.h b/cc/trees/draw_property_utils.h
index 70bd8a00824456f76ca0b1e8a1b33a277919ca65..6457a058acce4e658675e4cc2186ac1d55356b0e 100644
--- a/cc/trees/draw_property_utils.h
+++ b/cc/trees/draw_property_utils.h
@@ -91,6 +91,9 @@ void CC_EXPORT ComputeLayerDrawProperties(LayerImpl* layer,
void CC_EXPORT ComputeSurfaceDrawProperties(const PropertyTrees* property_trees,
RenderSurfaceImpl* render_surface);
+void CC_EXPORT VerifyClipTreeCalculations(const LayerImplList& layer_list,
+ PropertyTrees* property_trees);
+
gfx::Transform CC_EXPORT DrawTransform(const Layer* layer,
const TransformTree& tree);

Powered by Google App Engine
This is Rietveld 408576698