| 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..a22835db098a50c119625916fda140e421a1f5ea 100644
|
| --- a/cc/test/fake_layer_tree_host_impl_client.h
|
| +++ b/cc/test/fake_layer_tree_host_impl_client.h
|
| @@ -20,6 +20,7 @@ class FakeLayerTreeHostImplClient : public LayerTreeHostImplClient {
|
| virtual void onCanDrawStateChanged(bool) OVERRIDE { }
|
| virtual void onHasPendingTreeStateChanged(bool) OVERRIDE { }
|
| virtual void setNeedsRedrawOnImplThread() OVERRIDE { }
|
| + virtual void setNeedsRedrawOnVisibleTextureUploadOnImplThread() OVERRIDE { }
|
| virtual void setNeedsCommitOnImplThread() OVERRIDE { }
|
| virtual void setNeedsManageTilesOnImplThread() OVERRIDE { }
|
| virtual void postAnimationEventsToMainThreadOnImplThread(
|
|
|