| Index: content/renderer/render_widget.h
|
| diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
|
| index 46419374cc1837758d216c0018ab9de42e284699..d66626e4ac5d15b4e505b79925cf9775dbd46c1b 100644
|
| --- a/content/renderer/render_widget.h
|
| +++ b/content/renderer/render_widget.h
|
| @@ -531,12 +531,8 @@ class CONTENT_EXPORT RenderWidget
|
|
|
| // Override points to notify derived classes that a paint has happened.
|
| // DidInitiatePaint 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 DidInitiatePaint,
|
| - // DidFlushPaint.
|
| + // won't affect the painted content.
|
| virtual void DidInitiatePaint() {}
|
| - virtual void DidFlushPaint();
|
|
|
| virtual GURL GetURLForGraphicsContext3D();
|
|
|
|
|