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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.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/core/loader/EmptyClients.h
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
index 2cc4874e780cb5163696e9798c6314a8cc9c7838..12cef194cfb2d1b671c61224028349b2e1c1c48b 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -169,10 +169,10 @@ class CORE_EXPORT EmptyChromeClient : public ChromeClient {
bool TabsToLinks() override { return false; }
void InvalidateRect(const IntRect&) override {}
- void ScheduleAnimation(LocalFrame*) override {}
+ void ScheduleAnimation(const PlatformFrameView*) override {}
IntRect ViewportToScreen(const IntRect& r,
- const FrameViewBase*) const override {
+ const PlatformFrameView*) const override {
return r;
}
float WindowToViewportScalar(const float s) const override { return s; }
« no previous file with comments | « third_party/WebKit/Source/core/frame/VisualViewport.cpp ('k') | third_party/WebKit/Source/core/page/AutoscrollController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698