Index: chrome/renderer/render_view.h |
diff --git a/chrome/renderer/render_view.h b/chrome/renderer/render_view.h |
index 3d73c7cc5fbe342981cba653636bfda1189b44c6..1333ac2a66a868a0fb9968505af4bd05be10a077 100644 |
--- a/chrome/renderer/render_view.h |
+++ b/chrome/renderer/render_view.h |
@@ -665,13 +665,13 @@ class RenderView : public RenderWidget, |
// appropriate section, add it there. If not, there are some random functions |
// nearer to the top you can add it to. |
+ virtual void DidFlushPaint(); |
protected: |
// RenderWidget overrides: |
virtual void Close(); |
virtual void OnResize(const gfx::Size& new_size, |
const gfx::Rect& resizer_rect); |
virtual void DidInitiatePaint(); |
- virtual void DidFlushPaint(); |
virtual bool GetBitmapForOptimizedPluginPaint( |
const gfx::Rect& paint_bounds, |
TransportDIB** dib, |