Commit af46dd18 authored by simonhong's avatar simonhong Committed by Commit bot

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}
parent 17e569c9
...@@ -102,9 +102,6 @@ class CC_EXPORT OutputSurface { ...@@ -102,9 +102,6 @@ class CC_EXPORT OutputSurface {
// deferred_gl_initialization capability. // deferred_gl_initialization capability.
void ReleaseContextProvider(); void ReleaseContextProvider();
// Enable or disable vsync.
void SetThrottleFrameProduction(bool enable);
virtual void EnsureBackbuffer(); virtual void EnsureBackbuffer();
virtual void DiscardBackbuffer(); virtual void DiscardBackbuffer();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment