| Index: third_party/WebKit/Source/core/html/HTMLPlugInElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLPlugInElement.h b/third_party/WebKit/Source/core/html/HTMLPlugInElement.h
|
| index 7840ace642fded995f3f75cb31762f6a471f0fb6..3e49c8769dd123244d541ab3f3891752c35b4885 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLPlugInElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLPlugInElement.h
|
| @@ -50,7 +50,7 @@ class CORE_EXPORT HTMLPlugInElement : public HTMLFrameOwnerElement {
|
| // TODO(dcheng): Consider removing this, since HTMLEmbedElementLegacyCall
|
| // and HTMLObjectElementLegacyCall usage is extremely low.
|
| SharedPersistent<v8::Object>* pluginWrapper();
|
| - FrameViewBase* pluginWidget() const;
|
| + PluginView* pluginWidget() const;
|
| bool canProcessDrag() const;
|
| const String& url() const { return m_url; }
|
|
|
|
|