| Index: cc/output/output_surface.h
|
| diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h
|
| index 0b0680040387ba622e9320335f460f17426dad8d..88139df22fe04df4b05561cd9d31d1fb9833aba0 100644
|
| --- a/cc/output/output_surface.h
|
| +++ b/cc/output/output_surface.h
|
| @@ -137,10 +137,6 @@ class CC_EXPORT OutputSurface : public base::trace_event::MemoryDumpProvider {
|
| virtual void SwapBuffers(CompositorFrame* frame) = 0;
|
| virtual void OnSwapBuffersComplete();
|
|
|
| - // Notifies frame-rate smoothness preference. If true, all non-critical
|
| - // processing should be stopped, or lowered in priority.
|
| - virtual void UpdateSmoothnessTakesPriority(bool prefer_smoothness) {}
|
| -
|
| bool HasClient() { return !!client_; }
|
|
|
| // Get the class capable of informing cc of hardware overlay capability.
|
|
|