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; |