| Index: content/renderer/render_view_impl.h
|
| ===================================================================
|
| --- content/renderer/render_view_impl.h (revision 182123)
|
| +++ content/renderer/render_view_impl.h (working copy)
|
| @@ -728,9 +728,6 @@
|
| 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 -------------------------
|
|
|
| @@ -805,7 +802,6 @@
|
| virtual void GetCompositionCharacterBounds(
|
| std::vector<gfx::Rect>* character_bounds) OVERRIDE;
|
| virtual bool CanComposeInline() OVERRIDE;
|
| - virtual void DidCommitCompositorFrame() OVERRIDE;
|
|
|
| protected:
|
| explicit RenderViewImpl(RenderViewImplParams* params);
|
|
|