Index: public/platform/WebLayerTreeView.h |
diff --git a/public/platform/WebLayerTreeView.h b/public/platform/WebLayerTreeView.h |
index 67a11e23a4c616277f53bd5869a5f127bdabf88c..4bbdb237792ca8b1d24c596c7d329b061866c2ba 100644 |
--- a/public/platform/WebLayerTreeView.h |
+++ b/public/platform/WebLayerTreeView.h |
@@ -63,8 +63,6 @@ public: |
// View properties --------------------------------------------------- |
virtual void setViewportSize(const WebSize& deviceViewportSize) { } |
- // Gives the viewport size in physical device pixels. |
- virtual WebSize deviceViewportSize() const { return WebSize(); } |
virtual void setDeviceScaleFactor(float) { } |
virtual float deviceScaleFactor() const { return 0; } |