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

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

Issue 2873213002: Add PlatformFrameView class. (Closed)
Patch Set: #include PlatformFrameView inside platform.dll Created 3 years, 7 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 cf0cecff7915db2df89b925349bf3c42bd90b1f7..9db76e75405efe27421e7507775cfb8ca7f8ac34 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 PlatformFrameView*) override;
+ IntRect ViewportToScreen(const IntRect&,
+ const PlatformFrameView*) const override;
float WindowToViewportScalar(const float) const override;
WebScreenInfo GetScreenInfo() const override;
WTF::Optional<IntRect> VisibleContentRectForPainting() const override;
« no previous file with comments | « third_party/WebKit/Source/platform/PlatformFrameView.h ('k') | third_party/WebKit/Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698