| Index: content/renderer/render_widget_owner_delegate.h
|
| diff --git a/content/renderer/render_widget_owner_delegate.h b/content/renderer/render_widget_owner_delegate.h
|
| index 4c76ddd19bd31f2326a025c41ad99749442505ed..836461dc6a7e1d0c1d02901da669727a80c17bc8 100644
|
| --- a/content/renderer/render_widget_owner_delegate.h
|
| +++ b/content/renderer/render_widget_owner_delegate.h
|
| @@ -40,13 +40,8 @@ class CONTENT_EXPORT RenderWidgetOwnerDelegate {
|
| virtual bool RenderWidgetWillHandleMouseEvent(
|
| const blink::WebMouseEvent& event) = 0;
|
|
|
| - // Painting notifications. RenderWidgetDidCommitAndDrawCompositorFrame happens
|
| - // when that has completed, and subsequent rendering won't affect the painted
|
| - // content. DidFlushPaint happens once we've received the ACK that the screen
|
| - // has been updated. For a given paint operation, these overrides will always
|
| - // be called in the order RenderWidgetDidCommitAndDrawCompositorFrame,
|
| - // RenderWidgetDidFlushPaint.
|
| - virtual void RenderWidgetDidCommitAndDrawCompositorFrame() = 0;
|
| + // Painting notifications. DidFlushPaint happens once we've received the ACK
|
| + // that the screen has been updated.
|
| virtual void RenderWidgetDidFlushPaint() = 0;
|
|
|
| protected:
|
|
|