| 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
|
|
|