Chromium Code Reviews| Index: content/renderer/render_view_impl.h |
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h |
| index 82edc3105f3a722e8cb603b1ab59a4710a11d1f6..201f968db293dfc5af500e70fe984dd8b1a42b76 100644 |
| --- a/content/renderer/render_view_impl.h |
| +++ b/content/renderer/render_view_impl.h |
| @@ -734,6 +734,9 @@ class CONTENT_EXPORT RenderViewImpl |
| const std::string& value) OVERRIDE; |
| virtual void ClearEditCommands() OVERRIDE; |
| virtual SSLStatus GetSSLStatusOfFrame(WebKit::WebFrame* frame) const OVERRIDE; |
| +#if defined(OS_ANDROID) |
| + virtual skia::RefPtr<SkPicture> CapturePicture() OVERRIDE; |
| +#endif |
| // webkit_glue::WebPluginPageDelegate implementation ------------------------- |
| @@ -808,6 +811,7 @@ class CONTENT_EXPORT RenderViewImpl |
| virtual void GetCompositionCharacterBounds( |
| std::vector<gfx::Rect>* character_bounds) OVERRIDE; |
| virtual bool CanComposeInline() OVERRIDE; |
| + virtual void didCommitCompositorFrame() OVERRIDE; |
|
jamesr
2013/02/12 20:00:35
this is in a comment block indicating that it's a
Leandro Graciá Gil
2013/02/12 21:08:56
Done.
|
| protected: |
| RenderViewImpl(RenderViewImplParams* params); |