Index: Source/core/html/HTMLPlugInElement.h |
diff --git a/Source/core/html/HTMLPlugInElement.h b/Source/core/html/HTMLPlugInElement.h |
index 91b30d15405f685b3d684a5af391d8b703286c99..c042aac1425ffbf22e83628d709c40b141022055 100644 |
--- a/Source/core/html/HTMLPlugInElement.h |
+++ b/Source/core/html/HTMLPlugInElement.h |
@@ -69,6 +69,7 @@ protected: |
virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE; |
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; |
+ virtual bool hasFallbackContent() const; |
virtual bool useFallbackContent() const; |
// Create or update the RenderWidget and return it, triggering layout if |
// necessary. |