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

Unified Diff: cc/test/fake_layer_tree_host_impl.h

Issue 373113003: Keeping track of descendants that draw content instead of recalcualting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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/fake_delegated_renderer_layer_impl.h ('k') | cc/test/fake_layer_tree_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_layer_tree_host_impl.h
diff --git a/cc/test/fake_layer_tree_host_impl.h b/cc/test/fake_layer_tree_host_impl.h
index 38957a8bbd11d4a58aada83276512b5703d27e36..0d0014cb6b4e3b76197d4722fd1dc072e26d141f 100644
--- a/cc/test/fake_layer_tree_host_impl.h
+++ b/cc/test/fake_layer_tree_host_impl.h
@@ -30,6 +30,9 @@ class FakeLayerTreeHostImpl : public LayerTreeHostImpl {
virtual base::TimeTicks CurrentFrameTimeTicks() OVERRIDE;
void SetCurrentFrameTimeTicks(base::TimeTicks current_frame_time_ticks);
+ void UpdateNumChildrenAndDrawPropertiesForActiveTree();
+ static void UpdateNumChildrenAndDrawProperties(LayerTreeImpl* layerTree);
+ static int RecursiveUpdateNumChildren(LayerImpl* layer);
using LayerTreeHostImpl::ActivateSyncTree;
using LayerTreeHostImpl::manage_tiles_needed;
« no previous file with comments | « cc/test/fake_delegated_renderer_layer_impl.h ('k') | cc/test/fake_layer_tree_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698