summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/RenderTheme.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/RenderTheme.h')
-rw-r--r--WebCore/rendering/RenderTheme.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/WebCore/rendering/RenderTheme.h b/WebCore/rendering/RenderTheme.h
index a4514a5..2d196c7 100644
--- a/WebCore/rendering/RenderTheme.h
+++ b/WebCore/rendering/RenderTheme.h
@@ -39,6 +39,9 @@ namespace WebCore {
class Element;
class PopupMenu;
class RenderMenuList;
+#if ENABLE(METER_TAG)
+class RenderMeter;
+#endif
#if ENABLE(PROGRESS_TAG)
class RenderProgress;
#endif
@@ -190,6 +193,10 @@ public:
virtual String formatMediaControlsRemainingTime(float currentTime, float duration) const;
#endif
+#if ENABLE(METER_TAG)
+ virtual IntSize meterSizeForBounds(const RenderMeter*, const IntRect&) const;
+#endif
+
protected:
// The platform selection color.
virtual Color platformActiveSelectionBackgroundColor() const;