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..314ada2696dfca7215cfd7a9e1bff85e1de00653 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( |