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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.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/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..dbc4b9c662e1a9e93e07395b755613f4a2038c6d 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 PlatformLocalFrame*) override {}
IntRect ViewportToScreen(const IntRect& r,
- const FrameViewBase*) const override {
+ const PlatformLocalFrame*) const override {
return r;
}
float WindowToViewportScalar(const float s) const override { return s; }

Powered by Google App Engine
This is Rietveld 408576698