| 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 2d7aaecc785c3f754fb586e7b7b3854648c77e4e..d38b9a5e2f99623cd4be1731def462d8c467d450 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLPlugInElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLPlugInElement.h
|
| @@ -137,6 +137,8 @@ private:
|
|
|
| void setPersistedPluginWidget(Widget*);
|
|
|
| + bool requestObjectInternal(const String& url, const String& mimeType, const Vector<String>& paramNames, const Vector<String>& paramValues);
|
| +
|
| mutable RefPtr<SharedPersistent<v8::Object>> m_pluginWrapper;
|
| bool m_needsWidgetUpdate;
|
| bool m_shouldPreferPlugInsForImages;
|
|
|