| Index: third_party/WebKit/public/platform/WebLayerTreeView.h
|
| diff --git a/third_party/WebKit/public/platform/WebLayerTreeView.h b/third_party/WebKit/public/platform/WebLayerTreeView.h
|
| index 0d5191f82806c0f642cb36f7ea1401b81c77cd37..90df35bf4b9035fe0dca07784a96d64f6b5ee6b0 100644
|
| --- a/third_party/WebKit/public/platform/WebLayerTreeView.h
|
| +++ b/third_party/WebKit/public/platform/WebLayerTreeView.h
|
| @@ -65,7 +65,6 @@ public:
|
| virtual void setViewportSize(const WebSize& deviceViewportSize) { }
|
|
|
| virtual void setDeviceScaleFactor(float) { }
|
| - virtual float deviceScaleFactor() const { return 0; }
|
|
|
| // Sets the background color for the viewport.
|
| virtual void setBackgroundColor(WebColor) { }
|
|
|