Index: Source/core/page/ChromeClient.h |
diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h |
index 8a2233e7de75ea6c98a82c2adeb1281dfffb1c92..8b3132881a0292bc4b890b182e58b8bf525222fb 100644 |
--- a/Source/core/page/ChromeClient.h |
+++ b/Source/core/page/ChromeClient.h |
@@ -261,6 +261,7 @@ public: |
virtual FloatSize minimumWindowSize() const { return FloatSize(100, 100); }; |
virtual bool isEmptyChromeClient() const { return false; } |
+ virtual bool isChromeClientImpl() const { return false; } |
virtual void didAssociateFormControls(const Vector<RefPtr<Element> >&) { }; |