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

Unified Diff: content/renderer/webplugin_delegate_proxy.cc

Issue 10915065: Add PlatformPictureSkia and RecordingPlatformDeviceSkia. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: And one more.. Created 8 years, 3 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: content/renderer/webplugin_delegate_proxy.cc
diff --git a/content/renderer/webplugin_delegate_proxy.cc b/content/renderer/webplugin_delegate_proxy.cc
index 7793797a134256bcbb72dc050bb52eb39c530df2..ac150307bfdc2a451d393b3c1eb2cf546154e1ad 100644
--- a/content/renderer/webplugin_delegate_proxy.cc
+++ b/content/renderer/webplugin_delegate_proxy.cc
@@ -757,7 +757,7 @@ void WebPluginDelegateProxy::Paint(WebKit::WebCanvas* canvas,
return;
// We're using the native OS APIs from here on out.
- if (!skia::SupportsPlatformPaint(canvas)) {
+ if (!skia::PlatformPaintSupport(canvas)) {
// TODO(alokp): Implement this path.
// This block will only get hit with --enable-accelerated-drawing flag.
// With accelerated canvas, we do not have a bitmap that can be provided

Powered by Google App Engine
This is Rietveld 408576698