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

Unified Diff: cc/CCTextureUpdateController.h

Issue 10950008: cc: Remove CCTextureUpdateController::updateTextures(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 3 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/CCSingleThreadProxy.cpp ('k') | cc/CCTextureUpdateController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCTextureUpdateController.h
diff --git a/cc/CCTextureUpdateController.h b/cc/CCTextureUpdateController.h
index ba3fb4b7f42a6f2bd16b714cf0060cde0b1a3b30..2101d65535c6878995186c2067deb5dde57b1fd4 100644
--- a/cc/CCTextureUpdateController.h
+++ b/cc/CCTextureUpdateController.h
@@ -30,7 +30,6 @@ public:
return adoptPtr(new CCTextureUpdateController(client, thread, queue, resourceProvider, uploader));
}
static size_t maxPartialTextureUpdates();
- static void updateTextures(CCResourceProvider*, TextureUploader*, CCTextureUpdateQueue*);
virtual ~CCTextureUpdateController();
« no previous file with comments | « cc/CCSingleThreadProxy.cpp ('k') | cc/CCTextureUpdateController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698