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

Unified Diff: cc/trees/layer_tree_host_impl.h

Issue 284553002: cc: Change tile manager perftest to use layers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: link fix attempt Created 6 years, 7 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/test/impl_side_painting_settings.h ('k') | cc/trees/layer_tree_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_impl.h
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
index b9070ac13ae599d46efc792fe896acf2532d3599..20dfdef7a8031e43c14a773696a892404088530d 100644
--- a/cc/trees/layer_tree_host_impl.h
+++ b/cc/trees/layer_tree_host_impl.h
@@ -211,6 +211,9 @@ class CC_EXPORT LayerTreeHostImpl
// This allows us to inject DidInitializeVisibleTile events for testing.
void DidInitializeVisibleTileForTesting();
+ // Resets all of the trees to an empty state.
+ void ResetTreesForTesting();
+
bool device_viewport_valid_for_tile_management() const {
return device_viewport_valid_for_tile_management_;
}
« no previous file with comments | « cc/test/impl_side_painting_settings.h ('k') | cc/trees/layer_tree_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698