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

Unified Diff: cc/test/impl_side_painting_settings.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/resources/tile_manager_perftest.cc ('k') | cc/trees/layer_tree_host_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/impl_side_painting_settings.h
diff --git a/cc/test/impl_side_painting_settings.h b/cc/test/impl_side_painting_settings.h
index 6929a484c87738aaf03254e01e3b60d86e6f0af3..1ea7e7837d7789b83eb1d6b66fbdf97962e0ee43 100644
--- a/cc/test/impl_side_painting_settings.h
+++ b/cc/test/impl_side_painting_settings.h
@@ -14,6 +14,11 @@ class ImplSidePaintingSettings : public LayerTreeSettings {
ImplSidePaintingSettings() {
impl_side_painting = true;
}
+
+ explicit ImplSidePaintingSettings(int interest_rect_tiles) {
+ impl_side_painting = true;
+ max_tiles_for_interest_area = interest_rect_tiles;
+ }
};
} // namespace cc
« no previous file with comments | « cc/resources/tile_manager_perftest.cc ('k') | cc/trees/layer_tree_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698