| Index: cc/output/output_surface.h
|
| diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h
|
| index 062fd000f49802b1e1551b99712a9ecf8eff6acd..da4b647bdbb81e0f54fc54e2b83e91dd698b026f 100644
|
| --- a/cc/output/output_surface.h
|
| +++ b/cc/output/output_surface.h
|
| @@ -199,9 +199,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);
|
|
|