| 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 cf0cecff7915db2df89b925349bf3c42bd90b1f7..fbbb4d59d1ff39dd236f82f852e7c293f142aa30 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -110,8 +110,9 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
|
| void SetStatusbarText(const String& message) override;
|
| bool TabsToLinks() override;
|
| void InvalidateRect(const IntRect&) override;
|
| - void ScheduleAnimation(LocalFrame*) override;
|
| - IntRect ViewportToScreen(const IntRect&, const FrameViewBase*) const override;
|
| + void ScheduleAnimation(const PlatformLocalFrame*) override;
|
| + IntRect ViewportToScreen(const IntRect&,
|
| + const PlatformLocalFrame*) const override;
|
| float WindowToViewportScalar(const float) const override;
|
| WebScreenInfo GetScreenInfo() const override;
|
| WTF::Optional<IntRect> VisibleContentRectForPainting() const override;
|
|
|