| Index: third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp b/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
|
| index 88f3598d04025b551f9f9f5f5b45302634dbbead..73c1b65eae7e909e3c67d43e77b7aad96d22c5d4 100644
|
| --- a/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
|
| @@ -748,13 +748,14 @@ bool LocalFrameClientImpl::canCreatePluginWithoutRenderer(
|
| return m_webFrame->client()->canCreatePluginWithoutRenderer(mimeType);
|
| }
|
|
|
| -Widget* LocalFrameClientImpl::createPlugin(HTMLPlugInElement* element,
|
| - const KURL& url,
|
| - const Vector<String>& paramNames,
|
| - const Vector<String>& paramValues,
|
| - const String& mimeType,
|
| - bool loadManually,
|
| - DetachedPluginPolicy policy) {
|
| +FrameViewBase* LocalFrameClientImpl::createPlugin(
|
| + HTMLPlugInElement* element,
|
| + const KURL& url,
|
| + const Vector<String>& paramNames,
|
| + const Vector<String>& paramValues,
|
| + const String& mimeType,
|
| + bool loadManually,
|
| + DetachedPluginPolicy policy) {
|
| if (!m_webFrame->client())
|
| return nullptr;
|
|
|
|
|