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

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

Issue 1814863002: Make page popups work under OOPIF (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disabled test on Mac Created 4 years, 9 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 5b9c4ff190e8b0cecdecb2e93d43c7bd8749ce3e..6059e668cf3f13e741028d62d50671ffec61c15f 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -132,7 +132,7 @@ public:
void invalidateRect(const IntRect&) override {}
void scheduleAnimation(Widget*) override {}
- IntRect viewportToScreen(const IntRect& r) const override { return r; }
+ IntRect viewportToScreen(const IntRect& r, const Widget*) const override { return r; }
float windowToViewportScalar(const float s) const override { return s; }
WebScreenInfo screenInfo() const override { return WebScreenInfo(); }
void contentsSizeChanged(LocalFrame*, const IntSize&) const override {}
« no previous file with comments | « third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp ('k') | third_party/WebKit/Source/platform/HostWindow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698