Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Unified Diff: content/public/renderer/render_view.h

Issue 12211149: Revert 182106 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « android_webview/renderer/aw_render_view_ext.cc ('k') | content/public/renderer/render_view_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/render_view.h
===================================================================
--- content/public/renderer/render_view.h (revision 182123)
+++ content/public/renderer/render_view.h (working copy)
@@ -9,13 +9,10 @@
#include "base/string16.h"
#include "content/common/content_export.h"
#include "ipc/ipc_sender.h"
-#include "skia/ext/refptr.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebNavigationPolicy.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebPageVisibilityState.h"
#include "ui/gfx/native_widget_types.h"
-class SkPicture;
-
namespace webkit_glue {
struct WebPreferences;
}
@@ -166,15 +163,6 @@
// Returns a collection of security info about |frame|.
virtual SSLStatus GetSSLStatusOfFrame(WebKit::WebFrame* frame) const = 0;
-#if defined(OS_ANDROID)
- // Returns a SkPicture with the full contents of the current frame as part of
- // the legacy Android WebView capture picture API. As it involves playing back
- // all the drawing commands of the current frame it can have an important
- // performance impact and should not be used for other purposes.
- // Requires enabling the impl-side painting feature in the compositor.
- virtual skia::RefPtr<SkPicture> CapturePicture() = 0;
-#endif
-
protected:
virtual ~RenderView() {}
};
« no previous file with comments | « android_webview/renderer/aw_render_view_ext.cc ('k') | content/public/renderer/render_view_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698