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..109b1c889d8cd8164c695c1f1db88dd622b3d749 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 GLCompositorFrame; |
+} |
+ |
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 OnMsgSwapGLCompositorFrame(const cc::GLCompositorFrame& frame); |
void OnMsgUpdateRect(const ViewHostMsg_UpdateRect_Params& params); |
void OnMsgUpdateIsDelayed(); |
void OnMsgInputEventAck(WebKit::WebInputEvent::Type event_type, |