| 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 0a5c0dbb3b980e40790a9b73d530ebbd02a71ce1..3861fd6612afd5d5ee9f6f3a870cc9b4924118a8 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -587,7 +587,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl
|
| void SetNeedsBeginFrame(bool needs_begin_frame) override;
|
| void SubmitCompositorFrame(const cc::LocalSurfaceId& local_surface_id,
|
| cc::CompositorFrame frame) override;
|
| - void BeginFrameDidNotSwap(const cc::BeginFrameAck& ack) override;
|
| + void BeginFrameDidNotProduceFrame(const cc::BeginFrameAck& ack) override;
|
| void EvictCurrentSurface() override {}
|
|
|
| protected:
|
| @@ -648,7 +648,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl
|
| void OnRequestMove(const gfx::Rect& pos);
|
| void OnSetTooltipText(const base::string16& tooltip_text,
|
| blink::WebTextDirection text_direction_hint);
|
| - void OnBeginFrameDidNotSwap(const cc::BeginFrameAck& ack);
|
| void OnUpdateRect(const ViewHostMsg_UpdateRect_Params& params);
|
| void OnQueueSyntheticGesture(const SyntheticGesturePacket& gesture_packet);
|
| void OnSetCursor(const WebCursor& cursor);
|
|
|