| Index: third_party/WebKit/Source/web/ChromeClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| index 819a9a814f2b72eae4fd0de243f31bdbed2819df..6230fa8c1bff1b6c93f66b7c6ed48abc129aca61 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -103,6 +103,7 @@ public:
|
| void scheduleAnimation(Widget*) override;
|
| IntRect viewportToScreen(const IntRect&, const Widget*) const override;
|
| float windowToViewportScalar(const float) const override;
|
| + float nonEmulatedDeviceScaleFactor() const override;
|
| WebScreenInfo screenInfo() const override;
|
| void contentsSizeChanged(LocalFrame*, const IntSize&) const override;
|
| void pageScaleFactorChanged() const override;
|
|
|