Index: chrome/renderer/render_view.h |
=================================================================== |
--- chrome/renderer/render_view.h (revision 69511) |
+++ chrome/renderer/render_view.h (working copy) |
@@ -669,13 +669,13 @@ |
// 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, |