Index: Source/core/page/ChromeClient.h |
diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h |
index b95a1df41c40acfaddc1f164671d992d02471d35..d97cbff82dd2f8663cd91d98599ddfa8a59b4d99 100644 |
--- a/Source/core/page/ChromeClient.h |
+++ b/Source/core/page/ChromeClient.h |
@@ -258,7 +258,7 @@ public: |
virtual bool shouldRunModalDialogDuringPageDismissal(const DialogType&, const String& dialogMessage, FrameLoader::PageDismissalType) const { UNUSED_PARAM(dialogMessage); return true; } |
virtual void numWheelEventHandlersChanged(unsigned) = 0; |
- |
+ |
virtual bool isSVGImageChromeClient() const { return false; } |
virtual bool requestPointerLock() { return false; } |