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

Unified Diff: cc/CCProxy.h

Issue 10916292: Adaptively throttle texture uploads (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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
Index: cc/CCProxy.h
diff --git a/cc/CCProxy.h b/cc/CCProxy.h
index 486c132fe124563c5313c000ad015998afd5a98e..66fc553eb98d1e66fdce705a8bbc6ce57b4533b6 100644
--- a/cc/CCProxy.h
+++ b/cc/CCProxy.h
@@ -77,9 +77,6 @@ public:
// process.
virtual void forceSerializeOnSwapBuffers() = 0;
- // Maximum number of sub-region texture updates supported for each commit.
- virtual size_t maxPartialTextureUpdates() const = 0;
-
virtual void acquireLayerTextures() = 0;
// Debug hooks

Powered by Google App Engine
This is Rietveld 408576698