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

Unified Diff: third_party/WebKit/Source/web/PopupMenuImpl.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/web/PopupMenuImpl.h
diff --git a/third_party/WebKit/Source/web/PopupMenuImpl.h b/third_party/WebKit/Source/web/PopupMenuImpl.h
index 7e30b2c2ed6af422eb8f647cb4a3376c106e5129..f5ee422431e0092bd4a4e74d94dd56c5bcefa122 100644
--- a/third_party/WebKit/Source/web/PopupMenuImpl.h
+++ b/third_party/WebKit/Source/web/PopupMenuImpl.h
@@ -50,6 +50,7 @@ class PopupMenuImpl final : public PopupMenu, public PagePopupClient {
void setValue(const String&) override;
void closePopup() override;
Element& ownerElement() override;
+ float zoomFactor() override { return 1.0; }
Locale& locale() override;
void didClosePopup() override;
« no previous file with comments | « third_party/WebKit/Source/core/page/PagePopupClient.h ('k') | third_party/WebKit/Source/web/PopupMenuImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698