| Index: cc/output/output_surface.h | 
| diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h | 
| index 2cc43a3687c99bf0165399ac018c362b98370db0..98a55c4d2d8047613e5679073b77ef878cf1f48b 100644 | 
| --- a/cc/output/output_surface.h | 
| +++ b/cc/output/output_surface.h | 
| @@ -122,11 +122,6 @@ class CC_EXPORT OutputSurface { | 
| // processing should be stopped, or lowered in priority. | 
| virtual void UpdateSmoothnessTakesPriority(bool prefer_smoothness) {} | 
|  | 
| -  // Requests a BeginFrame notification from the output surface. The | 
| -  // notification will be delivered by calling | 
| -  // OutputSurfaceClient::BeginFrame until the callback is disabled. | 
| -  virtual void SetNeedsBeginFrame(bool enable) {} | 
| - | 
| bool HasClient() { return !!client_; } | 
|  | 
| // Get the class capable of informing cc of hardware overlay capability. | 
|  |