summaryrefslogtreecommitdiffstats
path: root/cc/trees/proxy.h
diff options
context:
space:
mode:
authorjunov <junov@chromium.org>2015-09-22 09:46:55 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-22 16:47:51 +0000
commite4787c4cc75862dbe9eaf4610284544828c33745 (patch)
tree74cc6872a4dcc884cde0735d4faa78db08bd1a9e /cc/trees/proxy.h
parentca31353e8f739f9759ff6f1fccc3e60d7cb65371 (diff)
downloadchromium_src-e4787c4cc75862dbe9eaf4610284544828c33745.zip
chromium_src-e4787c4cc75862dbe9eaf4610284544828c33745.tar.gz
chromium_src-e4787c4cc75862dbe9eaf4610284544828c33745.tar.bz2
Removing GL context rate limiting feature and related wrappers
Dead code removal. BUG=531659 TBR=jamesr@chromium.org, vmiura@chromium.org NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1341423006 Cr-Commit-Position: refs/heads/master@{#350172}
Diffstat (limited to 'cc/trees/proxy.h')
-rw-r--r--cc/trees/proxy.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h
index f4388ff..05dfe69 100644
--- a/cc/trees/proxy.h
+++ b/cc/trees/proxy.h
@@ -95,10 +95,6 @@ class CC_EXPORT Proxy {
virtual void Start() = 0;
virtual void Stop() = 0; // Must be called before deleting the proxy.
- // Forces 3D commands on all contexts to wait for all previous SwapBuffers
- // to finish before executing in the GPU process.
- virtual void ForceSerializeOnSwapBuffers() = 0;
-
virtual bool SupportsImplScrolling() const = 0;
virtual void SetChildrenNeedBeginFrames(bool children_need_begin_frames) = 0;