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

Unified Diff: cc/trees/layer_tree_host_client.h

Issue 1341423006: Removing GL context rate limiting feature and related wrappers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed mojo autogens Created 5 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/trees/layer_tree_host.cc ('k') | cc/trees/proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_client.h
diff --git a/cc/trees/layer_tree_host_client.h b/cc/trees/layer_tree_host_client.h
index 56a128f4badcf135e8be42ab4342f426f94a603e..3bc70c5e13bd8a61927b46edb6aec812151e1de0 100644
--- a/cc/trees/layer_tree_host_client.h
+++ b/cc/trees/layer_tree_host_client.h
@@ -58,12 +58,6 @@ class LayerTreeHostClient {
// implementation is ready.
virtual void SendBeginFramesToChildren(const BeginFrameArgs& args) {}
- // Requests that the client insert a rate limiting token in the shared main
- // thread context's command stream that will block if the context gets too far
- // ahead of the compositor's command stream. Only needed if the tree contains
- // a TextureLayer that calls SetRateLimitContext(true).
- virtual void RateLimitSharedMainThreadContext() {}
-
protected:
virtual ~LayerTreeHostClient() {}
};
« no previous file with comments | « cc/trees/layer_tree_host.cc ('k') | cc/trees/proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698