| 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..61bf3d07b21cbbd438f61c6473e47127c7f1bf62 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 UpdateDrawProperties();
|
| + static void FakeSyncDrawProperties(LayerTreeImpl* layerTree);
|
| + static int RecursiveUpdateNumChildren(LayerImpl* layer);
|
|
|
| using LayerTreeHostImpl::ActivateSyncTree;
|
| using LayerTreeHostImpl::manage_tiles_needed;
|
|
|