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

Unified Diff: cc/CCTextureUpdateController.h

Issue 10937007: cc: Only use upload throttling when performing full texture uploads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and update TiledLayerChromiumTest 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 3a0ca8934c58fa0e6c1671613a5fbed6294d3171..de928e4e64a8722d1af3eb3d6bcd9bc562019742 100644
--- a/cc/CCTextureUpdateController.h
+++ b/cc/CCTextureUpdateController.h
@@ -30,7 +30,7 @@ public:
return adoptPtr(new CCTextureUpdateController(client, thread, queue, resourceProvider, uploader));
}
static size_t maxPartialTextureUpdates();
- static void updateTextures(CCResourceProvider*, TextureUploader*, CCTextureUpdateQueue*, size_t count);
+ 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