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 45d9200d9ff153824b7871bb9a9e7e7dc2d4885d..3291ee9a13544163eb019dc26be1a109320f19dd 100644 |
--- a/cc/test/fake_layer_tree_host_impl_client.h |
+++ b/cc/test/fake_layer_tree_host_impl_client.h |
@@ -20,8 +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 didSwapUseIncompleteTileOnImplThread() OVERRIDE { } |
+ virtual void didUploadVisibleHighResolutionTileOnImplThread() OVERRIDE { } |
virtual void setNeedsCommitOnImplThread() OVERRIDE { } |
virtual void setNeedsManageTilesOnImplThread() OVERRIDE { } |
virtual void postAnimationEventsToMainThreadOnImplThread( |