| Index: cc/test/fake_layer_tree_host_impl_client.h
|
| diff --git a/cc/test/fake_layer_tree_host_impl_client.h b/cc/test/fake_layer_tree_host_impl_client.h
|
| index be6be66c05824b839ee599fe279192a1589f0528..daecdc97001df5ad520a33a3fa29b64e176175e5 100644
|
| --- a/cc/test/fake_layer_tree_host_impl_client.h
|
| +++ b/cc/test/fake_layer_tree_host_impl_client.h
|
| @@ -20,6 +20,8 @@ class FakeLayerTreeHostImplClient : public LayerTreeHostImplClient {
|
| virtual void onCanDrawStateChanged(bool) OVERRIDE { }
|
| virtual void onHasPendingTreeStateChanged(bool) OVERRIDE { }
|
| virtual void setNeedsRedrawOnImplThread() OVERRIDE { }
|
| + virtual void didSwapUseIncompleteTextureOnImplThread() OVERRIDE { }
|
| + virtual void didUploadVisibleHighResolutionTileOnImplTread() OVERRIDE { }
|
| virtual void setNeedsCommitOnImplThread() OVERRIDE { }
|
| virtual void setNeedsManageTilesOnImplThread() OVERRIDE { }
|
| virtual void postAnimationEventsToMainThreadOnImplThread(
|
| @@ -27,6 +29,7 @@ class FakeLayerTreeHostImplClient : public LayerTreeHostImplClient {
|
| base::Time) OVERRIDE { }
|
| virtual bool reduceContentsTextureMemoryOnImplThread(size_t, int) OVERRIDE;
|
| virtual void sendManagedMemoryStats() OVERRIDE { }
|
| + virtual bool isInsideDraw() OVERRIDE;
|
| };
|
|
|
| } // namespace cc
|
|
|