| 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 0b2722a4425c2a052c8ac058800c86040466d647..11e5ad672a07d31c30ca8d35b39208b633dfce7d 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -111,7 +111,7 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
|
| bool TabsToLinks() override;
|
| void InvalidateRect(const IntRect&) override;
|
| void ScheduleAnimation(LocalFrame*) override;
|
| - IntRect ViewportToScreen(const IntRect&, const FrameViewBase*) const override;
|
| + IntRect ViewportToScreen(const IntRect&, const FrameView*) const override;
|
| float WindowToViewportScalar(const float) const override;
|
| WebScreenInfo GetScreenInfo() const override;
|
| WTF::Optional<IntRect> VisibleContentRectForPainting() const override;
|
|
|