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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.h

Issue 2855523002: Deleted Widget/FrameViewBase (Closed)
Patch Set: Add back FrameView::paint_scrollbars_ to hold PaintLayer scrollbars 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/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..bbc94e32490ff2ca2daa476b232da0c7a1df47f5 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -171,8 +171,7 @@ class CORE_EXPORT EmptyChromeClient : public ChromeClient {
void InvalidateRect(const IntRect&) override {}
void ScheduleAnimation(LocalFrame*) override {}
- IntRect ViewportToScreen(const IntRect& r,
- const FrameViewBase*) const override {
+ IntRect ViewportToScreen(const IntRect& r, const FrameView*) const override {
return r;
}
float WindowToViewportScalar(const float s) const override { return s; }

Powered by Google App Engine
This is Rietveld 408576698