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

Unified Diff: Source/core/layout/LayoutTheme.cpp

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.h ('k') | Source/core/layout/LayoutThemeMac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutTheme.cpp
diff --git a/Source/core/layout/LayoutTheme.cpp b/Source/core/layout/LayoutTheme.cpp
index ac2ab55d8f3cc623188bba703b68b6c869dd86b1..035f3e15943c2f87a1bc9c8f590a56b29ba85f38 100644
--- a/Source/core/layout/LayoutTheme.cpp
+++ b/Source/core/layout/LayoutTheme.cpp
@@ -43,12 +43,12 @@
#include "core/html/shadow/ShadowElementNames.h"
#include "core/html/shadow/SpinButtonElement.h"
#include "core/html/shadow/TextControlInnerElements.h"
+#include "core/layout/LayoutMeter.h"
#include "core/layout/PaintInfo.h"
#include "core/layout/style/AuthorStyleInfo.h"
#include "core/layout/style/LayoutStyle.h"
#include "core/page/FocusController.h"
#include "core/page/Page.h"
-#include "core/rendering/RenderMeter.h"
#include "core/rendering/RenderView.h"
#include "platform/FileMetadata.h"
#include "platform/FloatConversion.h"
@@ -785,7 +785,7 @@ void LayoutTheme::adjustMenuListStyle(LayoutStyle&, Element*) const
{
}
-IntSize LayoutTheme::meterSizeForBounds(const RenderMeter*, const IntRect& bounds) const
+IntSize LayoutTheme::meterSizeForBounds(const LayoutMeter*, const IntRect& bounds) const
{
return bounds.size();
}
« no previous file with comments | « Source/core/layout/LayoutTheme.h ('k') | Source/core/layout/LayoutThemeMac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698