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

Unified Diff: cc/single_thread_proxy.cc

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.h ('k') | cc/test/fake_layer_tree_host_impl_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/single_thread_proxy.cc
diff --git a/cc/single_thread_proxy.cc b/cc/single_thread_proxy.cc
index fe17ec033603e0542130f44314a887abb1ef5272..7da5c601f8a37a99752379f4caa5b60a595389ee 100644
--- a/cc/single_thread_proxy.cc
+++ b/cc/single_thread_proxy.cc
@@ -272,13 +272,13 @@ void SingleThreadProxy::setNeedsRedrawOnImplThread()
m_layerTreeHost->scheduleComposite();
}
-void SingleThreadProxy::didSwapUseIncompleteTextureOnImplThread()
+void SingleThreadProxy::didSwapUseIncompleteTileOnImplThread()
{
// implSidePainting only.
NOTREACHED();
}
-void SingleThreadProxy::didUploadVisibleHighResolutionTileOnImplTread()
+void SingleThreadProxy::didUploadVisibleHighResolutionTileOnImplThread()
{
// implSidePainting only.
NOTREACHED();
« no previous file with comments | « cc/single_thread_proxy.h ('k') | cc/test/fake_layer_tree_host_impl_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698