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

Unified Diff: third_party/WebKit/Source/core/page/PagePopupClient.h

Issue 2606853002: SELECT popup: Don't use non-100% zoom level in popup. (Closed)
Patch Set: . Created 4 years 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/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;

Powered by Google App Engine
This is Rietveld 408576698