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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutThemeMac.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/layout/LayoutThemeMac.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeMac.h b/third_party/WebKit/Source/core/layout/LayoutThemeMac.h
index d84855f38ea126373b20f161e40f2a5aeaf058dd..42f6acb03e496ff86045ea5128cb1ef90039a2d2 100644
--- a/third_party/WebKit/Source/core/layout/LayoutThemeMac.h
+++ b/third_party/WebKit/Source/core/layout/LayoutThemeMac.h
@@ -74,9 +74,6 @@ public:
bool popsMenuByArrowKeys() const override { return true; }
bool popsMenuBySpaceKey() const final { return true; }
- IntSize meterSizeForBounds(const LayoutMeter&, const IntRect&) const override;
- bool supportsMeter(ControlPart) const override;
-
// Returns the repeat interval of the animation for the progress bar.
double animationRepeatIntervalForProgressBar() const override;
// Returns the duration of the animation for the progress bar.
@@ -134,9 +131,6 @@ public:
NSSearchFieldCell* search() const;
NSTextFieldCell* textField() const;
- NSLevelIndicatorStyle levelIndicatorStyleFor(ControlPart) const;
- NSLevelIndicatorCell* levelIndicatorFor(const LayoutMeter&) const;
-
// A view associated to the contained document. Subclasses may not have such a view and return a fake.
NSView* documentViewFor(const LayoutObject&) const;
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutTheme.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutThemeMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698