| Index: cc/test/fake_layer_tree_host_impl.h
|
| ===================================================================
|
| --- cc/test/fake_layer_tree_host_impl.h (revision 173406)
|
| +++ cc/test/fake_layer_tree_host_impl.h (working copy)
|
| @@ -16,11 +16,7 @@
|
| FakeLayerTreeHostImpl(Proxy* proxy);
|
| virtual ~FakeLayerTreeHostImpl();
|
|
|
| - void forcePrepareToDraw() {
|
| - LayerTreeHostImpl::FrameData frameData;
|
| - prepareToDraw(frameData);
|
| - didDrawAllLayers(frameData);
|
| - }
|
| + using LayerTreeHostImpl::resetNeedsUpdateDrawPropertiesForTesting;
|
|
|
| private:
|
| FakeLayerTreeHostImplClient client_;
|
|
|