Index: Source/web/WebSettingsImpl.h |
diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h |
index 2527a5bdcbdbb4af046e9127db450d715eb86024..d80ce3996685530fec232b718d0e1ba6e1d382ac 100644 |
--- a/Source/web/WebSettingsImpl.h |
+++ b/Source/web/WebSettingsImpl.h |
@@ -178,9 +178,6 @@ public: |
virtual void setWideViewportQuirkEnabled(bool) OVERRIDE; |
virtual void setXSSAuditorEnabled(bool) OVERRIDE; |
- // FIXME: Make chromium stop calling this and delete the method. |
- virtual void setVisualWordMovementEnabled(bool) OVERRIDE { } |
- |
bool showFPSCounter() const { return m_showFPSCounter; } |
bool showPaintRects() const { return m_showPaintRects; } |
bool renderVSyncNotificationEnabled() const { return m_renderVSyncNotificationEnabled; } |