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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTheme.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/LayoutTheme.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutTheme.h b/third_party/WebKit/Source/core/layout/LayoutTheme.h
index 31a7cad3e1696461b8879ce4a21c1355b4a6504a..e09d38f71aa85c609f69668b3bdf75d4649b9b7d 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTheme.h
+++ b/third_party/WebKit/Source/core/layout/LayoutTheme.h
@@ -37,7 +37,6 @@ class ComputedStyle;
class Element;
class FileList;
class HTMLInputElement;
-class LayoutMeter;
class Theme;
class ThemePainter;
@@ -158,9 +157,6 @@ public:
String formatMediaControlsTime(float time) const;
String formatMediaControlsCurrentTime(float currentTime, float duration) const;
- virtual IntSize meterSizeForBounds(const LayoutMeter&, const IntRect&) const;
- virtual bool supportsMeter(ControlPart) const;
-
// Returns size of one slider tick mark for a horizontal track.
// For vertical tracks we rotate it and use it. i.e. Width is always length along the track.
virtual IntSize sliderTickSize() const = 0;
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutMeter.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutTheme.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698