| Index: third_party/WebKit/public/web/WebSettings.h
|
| diff --git a/third_party/WebKit/public/web/WebSettings.h b/third_party/WebKit/public/web/WebSettings.h
|
| index 9d9aaaff95d9c0d9319e232bc5a93ea6eccc96c1..e88f89046c79431e95ffdbf11d50249ad341e38c 100644
|
| --- a/third_party/WebKit/public/web/WebSettings.h
|
| +++ b/third_party/WebKit/public/web/WebSettings.h
|
| @@ -162,7 +162,6 @@ class WebSettings {
|
| virtual void setDefaultVideoPosterURL(const WebString&) = 0;
|
| void setDeferred2dCanvasEnabled(bool) {} // temporary stub
|
| virtual void setDeviceScaleAdjustment(float) = 0;
|
| - virtual void setDeviceSupportsTouch(bool) = 0;
|
| virtual void setDisableReadingFromCanvas(bool) = 0;
|
| virtual void setDoubleTapToZoomEnabled(bool) = 0;
|
| virtual void setDownloadableBinaryFontsEnabled(bool) = 0;
|
|
|