| Index: chrome/renderer/render_view.h
|
| diff --git a/chrome/renderer/render_view.h b/chrome/renderer/render_view.h
|
| index 7760d266c45b85c62dd85d5c751db935c35963bd..4e8d0aa277953cc0a2a826ace80f75e52d90431e 100644
|
| --- a/chrome/renderer/render_view.h
|
| +++ b/chrome/renderer/render_view.h
|
| @@ -670,13 +670,14 @@ 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 webkit::ppapi::PluginInstance* GetBitmapForOptimizedPluginPaint(
|
| const gfx::Rect& paint_bounds,
|
| TransportDIB** dib,
|
|
|