| Index: Source/core/html/HTMLPlugInElement.h
|
| diff --git a/Source/core/html/HTMLPlugInElement.h b/Source/core/html/HTMLPlugInElement.h
|
| index 1d2e302f4badcf807dea5f1ac3c5765a816b314c..b03a5462abaf9c19f940833026c05d4d37b21eec 100644
|
| --- a/Source/core/html/HTMLPlugInElement.h
|
| +++ b/Source/core/html/HTMLPlugInElement.h
|
| @@ -90,6 +90,7 @@ protected:
|
| bool shouldUsePlugin(const KURL&, const String& mimeType, bool hasFallback, bool& useFallback);
|
|
|
| void dispatchErrorEvent();
|
| + void lazyReattachIfNeeded();
|
|
|
| String m_serviceType;
|
| String m_url;
|
| @@ -111,7 +112,6 @@ private:
|
|
|
| // Element functions:
|
| virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
|
| - virtual void willRecalcStyle(StyleRecalcChange) OVERRIDE FINAL;
|
| virtual bool supportsFocus() const OVERRIDE FINAL { return true; }
|
| virtual bool rendererIsFocusable() const OVERRIDE FINAL;
|
| virtual bool isKeyboardFocusable() const OVERRIDE FINAL;
|
|
|