Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Unified Diff: third_party/WebKit/Source/web/ChromeClientImpl.h

Issue 2855523002: Deleted Widget/FrameViewBase (Closed)
Patch Set: Keep FrameViewBase.h file until dependent CL is landed. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 d6d68b2b579abbac363a30a58f7b14a538b39c9d..2d1881b2f555eba9b2775d1bb9ce565d0f65bc0a 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;

Powered by Google App Engine
This is Rietveld 408576698