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

Unified Diff: Source/core/layout/LayoutThemeMac.h

Issue 948063002: Move rendering/RenderMeter to layout/LayoutMeter. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « Source/core/layout/LayoutTheme.cpp ('k') | Source/core/layout/LayoutThemeMac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutThemeMac.h
diff --git a/Source/core/layout/LayoutThemeMac.h b/Source/core/layout/LayoutThemeMac.h
index 81f957c0e2009f2864d68504e70ebfc76152b43e..1f1cba142b742b3d74b01982dbcb41f71fe5fae4 100644
--- a/Source/core/layout/LayoutThemeMac.h
+++ b/Source/core/layout/LayoutThemeMac.h
@@ -73,7 +73,7 @@ public:
virtual bool popsMenuByArrowKeys() const override { return true; }
virtual bool popsMenuBySpaceKey() const override final { return true; }
- virtual IntSize meterSizeForBounds(const RenderMeter*, const IntRect&) const override;
+ virtual IntSize meterSizeForBounds(const LayoutMeter*, const IntRect&) const override;
virtual bool paintMeter(LayoutObject*, const PaintInfo&, const IntRect&) override;
virtual bool supportsMeter(ControlPart) const override;
@@ -158,7 +158,7 @@ private:
NSTextFieldCell* textField() const;
NSLevelIndicatorStyle levelIndicatorStyleFor(ControlPart) const;
- NSLevelIndicatorCell* levelIndicatorFor(const RenderMeter*) const;
+ NSLevelIndicatorCell* levelIndicatorFor(const LayoutMeter*) const;
int minimumProgressBarHeight(const LayoutStyle&) const;
const IntSize* progressBarSizes() const;
« no previous file with comments | « Source/core/layout/LayoutTheme.cpp ('k') | Source/core/layout/LayoutThemeMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698