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 5c56852cac0f3ef98ddebd861ba8285ab79f14ba..e55f2b56f0b14cd3974b670c5367963fee8ec702 100644 |
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h |
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h |
@@ -131,6 +131,7 @@ public: |
void scheduleAnimation(Widget*) override {} |
IntRect viewportToScreen(const IntRect& r) const override { return r; } |
+ float windowToViewport(float scalar) const override { return scalar; } |
WebScreenInfo screenInfo() const override { return WebScreenInfo(); } |
void contentsSizeChanged(LocalFrame*, const IntSize&) const override {} |