Index: content/browser/renderer_host/render_widget_host.h |
diff --git a/content/browser/renderer_host/render_widget_host.h b/content/browser/renderer_host/render_widget_host.h |
index be4d693c2d0850adc2811d8f4d21bf0834981b98..80eb0f3dd3ff8299441ddeb239bd9659216ea467 100644 |
--- a/content/browser/renderer_host/render_widget_host.h |
+++ b/content/browser/renderer_host/render_widget_host.h |
@@ -442,11 +442,9 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Channel::Listener, |
// locked. |
bool GotResponseToLockMouseRequest(bool allowed); |
-#if defined(OS_MACOSX) || defined(UI_COMPOSITOR_IMAGE_TRANSPORT) |
// Called by the view in response to AcceleratedSurfaceBuffersSwapped. |
static void AcknowledgeSwapBuffers(int32 route_id, int gpu_host_id); |
static void AcknowledgePostSubBuffer(int32 route_id, int gpu_host_id); |
-#endif |
protected: |
// Internal implementation of the public Forward*Event() methods. |
@@ -543,6 +541,7 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Channel::Listener, |
WebKit::WebTextDirection text_direction_hint); |
void OnMsgPaintAtSizeAck(int tag, const gfx::Size& size); |
void OnMsgUpdateRect(const ViewHostMsg_UpdateRect_Params& params); |
+ void OnMsgUpdateIsDelayed(); |
void OnMsgInputEventAck(WebKit::WebInputEvent::Type event_type, |
bool processed); |
virtual void OnMsgFocus(); |