| Index: content/browser/renderer_host/render_widget_host_impl.h | 
| diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h | 
| index 30c8b12f63af6c200892426195491ec3ce902110..67d52856d6d44dbdabfdcfe3b3a125328e4821ce 100644 | 
| --- a/content/browser/renderer_host/render_widget_host_impl.h | 
| +++ b/content/browser/renderer_host/render_widget_host_impl.h | 
| @@ -38,6 +38,10 @@ namespace base { | 
| class TimeTicks; | 
| } | 
|  | 
| +namespace cc { | 
| +class CompositorFrame; | 
| +} | 
| + | 
| namespace ui { | 
| class KeyEvent; | 
| class Range; | 
| @@ -559,6 +563,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost, | 
| int32 route_id, | 
| const gfx::Size& size, | 
| int32 gpu_process_host_id); | 
| +  void OnMsgSwapCompositorFrame(const cc::CompositorFrame& frame); | 
| void OnMsgUpdateRect(const ViewHostMsg_UpdateRect_Params& params); | 
| void OnMsgUpdateIsDelayed(); | 
| void OnMsgInputEventAck(WebKit::WebInputEvent::Type event_type, | 
|  |