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

Unified Diff: cc/trees/draw_property_utils.h

Issue 2112973003: cc: Add verify transform tree calculations to LayerTreeSettings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: "TODO" Created 4 years, 6 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/tiles/tile_manager_unittest.cc ('k') | cc/trees/draw_property_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/draw_property_utils.h
diff --git a/cc/trees/draw_property_utils.h b/cc/trees/draw_property_utils.h
index d7d171c01fe6ee8a4efc9f903f04ee9f414e89d3..443e6cd2799271fd28e10602be7c9c90787627a0 100644
--- a/cc/trees/draw_property_utils.h
+++ b/cc/trees/draw_property_utils.h
@@ -99,6 +99,9 @@ bool CC_EXPORT LayerNeedsUpdate(LayerImpl* layer,
void CC_EXPORT VerifyClipTreeCalculations(const LayerImplList& layer_list,
PropertyTrees* property_trees);
+void CC_EXPORT VerifyTransformTreeCalculations(const LayerImplList& layer_list,
+ PropertyTrees* property_trees);
+
gfx::Transform CC_EXPORT DrawTransform(const LayerImpl* layer,
const TransformTree& tree);
« no previous file with comments | « cc/tiles/tile_manager_unittest.cc ('k') | cc/trees/draw_property_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698