Index: Source/core/html/HTMLPlugInElement.h |
diff --git a/Source/core/html/HTMLPlugInElement.h b/Source/core/html/HTMLPlugInElement.h |
index 88be9885379fd4906d4462f5f88663895f40b327..9859e379748094288d6eec5332762538f6a3c201 100644 |
--- a/Source/core/html/HTMLPlugInElement.h |
+++ b/Source/core/html/HTMLPlugInElement.h |
@@ -66,6 +66,7 @@ protected: |
// Element functions: |
virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE; |
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; |
+ virtual void setIsInTopLayer(bool) OVERRIDE; |
virtual bool useFallbackContent() const; |
// Create or update the RenderWidget and return it, triggering layout if |
@@ -133,6 +134,7 @@ private: |
bool m_needsWidgetUpdate; |
bool m_shouldPreferPlugInsForImages; |
DisplayState m_displayState; |
+ RefPtr<Widget> m_protectWidgetDuringReattach; |
}; |
DEFINE_NODE_TYPE_CASTS(HTMLPlugInElement, isPluginElement()); |