Index: third_party/WebKit/Source/web/WebSettingsImpl.h |
diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.h b/third_party/WebKit/Source/web/WebSettingsImpl.h |
index 0571204c0af1cf7c6b33b54281055299f7333497..d228e294d27daf5d6cdc289f2193e1db2aae3e18 100644 |
--- a/third_party/WebKit/Source/web/WebSettingsImpl.h |
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.h |
@@ -81,8 +81,7 @@ class WEB_EXPORT WebSettingsImpl final : NON_EXPORTED_BASE(public WebSettings) { |
void setDefaultVideoPosterURL(const WebString&) override; |
void setDeviceScaleAdjustment(float) override; |
- // FIXME: Replace these two with pointer/hover queries? crbug.com/441813 |
- void setDeviceSupportsMouse(bool) override; |
+ // FIXME: Replace this with pointer/hover queries? crbug.com/441813 |
void setDeviceSupportsTouch(bool) override; |
void setDisableReadingFromCanvas(bool) override; |