summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimonhong <simonhong@chromium.org>2014-08-28 11:38:19 -0700
committerCommit bot <commit-bot@chromium.org>2014-08-28 18:50:59 +0000
commitaf46dd18d251e19ba541893a2314cfc203629ed7 (patch)
tree4d961902fbb1f011e599b3156b242cfde8423a08
parent17e569c9df725c47d9b7a164d13197a1511fbdf2 (diff)
downloadchromium_src-af46dd18d251e19ba541893a2314cfc203629ed7.zip
chromium_src-af46dd18d251e19ba541893a2314cfc203629ed7.tar.gz
chromium_src-af46dd18d251e19ba541893a2314cfc203629ed7.tar.bz2
cc: Remove OutputSurface::SetThrottleFrameProduction()
And it doesn't have its body :) R=brianderson@chromium.org BUG=NONE TEST=NONE(non functional change) Review URL: https://codereview.chromium.org/515573005 Cr-Commit-Position: refs/heads/master@{#292424}
-rw-r--r--cc/output/output_surface.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h
index eeef838..42498c8 100644
--- a/cc/output/output_surface.h
+++ b/cc/output/output_surface.h
@@ -102,9 +102,6 @@ class CC_EXPORT OutputSurface {
// deferred_gl_initialization capability.
void ReleaseContextProvider();
- // Enable or disable vsync.
- void SetThrottleFrameProduction(bool enable);
-
virtual void EnsureBackbuffer();
virtual void DiscardBackbuffer();