| 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 72eb1edd9b4690c68ee52918360f68f4de9844a3..83daad146f55ec913855f103df5df04d0cb93a59 100644
|
| --- a/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
|
| @@ -771,7 +771,7 @@ bool LocalFrameClientImpl::canCreatePluginWithoutRenderer(
|
| return m_webFrame->client()->canCreatePluginWithoutRenderer(mimeType);
|
| }
|
|
|
| -FrameViewBase* LocalFrameClientImpl::createPlugin(
|
| +PluginView* LocalFrameClientImpl::createPlugin(
|
| HTMLPlugInElement* element,
|
| const KURL& url,
|
| const Vector<String>& paramNames,
|
|
|