Index: third_party/WebKit/Source/core/page/PagePopupClient.h |
diff --git a/third_party/WebKit/Source/core/page/PagePopupClient.h b/third_party/WebKit/Source/core/page/PagePopupClient.h |
index 3be400c1e9c88becc752e40b892fb9ae310f7a33..b4765e10c4cd9b0a7da08b067597fe5078cae815 100644 |
--- a/third_party/WebKit/Source/core/page/PagePopupClient.h |
+++ b/third_party/WebKit/Source/core/page/PagePopupClient.h |
@@ -58,7 +58,7 @@ class CORE_EXPORT PagePopupClient { |
virtual Element& ownerElement() = 0; |
// Returns effective zoom factor of ownerElement, or the page zoom factor if |
// the effective zoom factor is not available. |
- float zoomFactor(); |
+ virtual float zoomFactor(); |
// Returns a Locale object associated to the client. |
virtual Locale& locale() = 0; |