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

Unified Diff: third_party/WebKit/Source/core/paint/ThemePainterMac.h

Issue 1747763002: Remove OSX-specific <meter> rendering. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/paint/ThemePainterMac.h
diff --git a/third_party/WebKit/Source/core/paint/ThemePainterMac.h b/third_party/WebKit/Source/core/paint/ThemePainterMac.h
index aaac29fa0957a6041f016873474a645ba4725ea2..91462f05ab7c05fe884105da16d1ba7f05cf9654 100644
--- a/third_party/WebKit/Source/core/paint/ThemePainterMac.h
+++ b/third_party/WebKit/Source/core/paint/ThemePainterMac.h
@@ -36,7 +36,6 @@ public:
private:
bool paintCapsLockIndicator(const LayoutObject&, const PaintInfo&, const IntRect&) override;
- bool paintMeter(const LayoutObject&, const PaintInfo&, const IntRect&) override;
bool paintTextField(const LayoutObject&, const PaintInfo&, const IntRect&) override;
bool paintTextArea(const LayoutObject&, const PaintInfo&, const IntRect&) override;
bool paintMenuList(const LayoutObject&, const PaintInfo&, const IntRect&) override;
« no previous file with comments | « third_party/WebKit/Source/core/paint/ThemePainter.cpp ('k') | third_party/WebKit/Source/core/paint/ThemePainterMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698