| Index: cc/output/output_surface.h
|
| diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h
|
| index f3a874ac458b064486cd6335466728049738484f..6eb9dc0b7d76eb4622779dffee292ffd62e0dc95 100644
|
| --- a/cc/output/output_surface.h
|
| +++ b/cc/output/output_surface.h
|
| @@ -103,9 +103,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();
|
|
|
|
|