Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2091)

Unified Diff: cc/test/fake_layer_tree_host_impl_client.h

Issue 12022043: cc: Fix inappropriate use of term "texture". (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: s/InitializeTile/UploadTile/ and s/CompletedSetPixels/CompletedTileUploads/ Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/single_thread_proxy.cc ('k') | cc/thread_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « cc/single_thread_proxy.cc ('k') | cc/thread_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698