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

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

Issue 2868173002: Add PlatformLocalFrame class. (Closed)
Patch Set: this time with new file included 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..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;
« no previous file with comments | « third_party/WebKit/Source/platform/PlatformLocalFrame.h ('k') | third_party/WebKit/Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698