Index: third_party/WebKit/public/web/WebView.h |
diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h |
index e21137b4c3feeb12ea0c643178fc761c5f133e8d..18b2e9dd47d0958c1d1ebd9dc4ed86d61e9e7301 100644 |
--- a/third_party/WebKit/public/web/WebView.h |
+++ b/third_party/WebKit/public/web/WebView.h |
@@ -286,9 +286,6 @@ public: |
// Sets the display mode of the web app. |
virtual void setDisplayMode(WebDisplayMode) = 0; |
- // The ratio of the current device's screen DPI to the target device's screen DPI. |
- virtual float deviceScaleFactor() const = 0; |
- |
// Sets the ratio as computed by computePageScaleConstraints. |
// TODO(oshima): Remove this once the device scale factor implementation is fully |
// migrated to use zooming mechanism. |