| Index: third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
|
| diff --git a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
|
| index 7bd59e7dcbac38a5517b7d4a1d115452f934b3ff..0e8425eabfeccad553b42912c9d523ec20cbfdfd 100644
|
| --- a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
|
| +++ b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
|
| @@ -43,6 +43,7 @@ public:
|
| virtual void setViewportSize(const blink::WebSize& unusedDeprecated,
|
| const blink::WebSize& deviceViewportSize);
|
| void setViewportSize(const blink::WebSize&) override;
|
| + WebSize getViewportSize() const override;
|
| void setDeviceScaleFactor(float) override;
|
| void setBackgroundColor(blink::WebColor) override;
|
| void setHasTransparentBackground(bool) override;
|
|
|