| Index: cc/output/output_surface.h
|
| diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h
|
| index 43cacfeee54bbc1e60cc0b5e3fea52cd9010c680..f8bde84b3eac9da64fc5b83c8ccbfbad92d83a8a 100644
|
| --- a/cc/output/output_surface.h
|
| +++ b/cc/output/output_surface.h
|
| @@ -181,9 +181,6 @@ class CC_EXPORT OutputSurface : public base::trace_event::MemoryDumpProvider {
|
| bool has_alpha_;
|
| base::ThreadChecker client_thread_checker_;
|
|
|
| - void CommitVSyncParameters(base::TimeTicks timebase,
|
| - base::TimeDelta interval);
|
| -
|
| void SetNeedsRedrawRect(const gfx::Rect& damage_rect);
|
| void ReclaimResources(const CompositorFrameAck* ack);
|
| void SetExternalStencilTest(bool enabled);
|
|
|