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

Unified Diff: third_party/WebKit/Source/core/exported/WebViewBase.h

Issue 2929493002: Plumb PaintImage for the img.decode instead of SkImage. (Closed)
Patch Set: Created 3 years, 6 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
Index: third_party/WebKit/Source/core/exported/WebViewBase.h
diff --git a/third_party/WebKit/Source/core/exported/WebViewBase.h b/third_party/WebKit/Source/core/exported/WebViewBase.h
index 0a32ec05188cd8aad3efdada8fb1c95a254618c5..92d509ea95206a0d3f1a827f849b0c737a0261e3 100644
--- a/third_party/WebKit/Source/core/exported/WebViewBase.h
+++ b/third_party/WebKit/Source/core/exported/WebViewBase.h
@@ -126,7 +126,7 @@ class WebViewBase : public WebView, public RefCounted<WebViewBase> {
virtual WebSettingsImpl* SettingsImpl() = 0;
virtual void RequestDecode(
- sk_sp<SkImage>,
+ const PaintImage&,
std::unique_ptr<WTF::Function<void(bool)>> callback) = 0;
using WebWidget::GetPagePopup;
« no previous file with comments | « content/renderer/gpu/render_widget_compositor.cc ('k') | third_party/WebKit/Source/core/frame/WebFrameWidgetBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698