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

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

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle Created 5 years, 9 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/LayoutSliderThumb.h ('k') | Source/core/layout/LayoutTable.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutSliderThumb.cpp
diff --git a/Source/core/layout/LayoutSliderThumb.cpp b/Source/core/layout/LayoutSliderThumb.cpp
index f30bbaef475abdb40f91cf0fab9cd965f27a8951..a8aecba3e729c32710f28f1008bccb1011221089 100644
--- a/Source/core/layout/LayoutSliderThumb.cpp
+++ b/Source/core/layout/LayoutSliderThumb.cpp
@@ -33,7 +33,7 @@
#include "core/layout/LayoutSliderThumb.h"
#include "core/layout/LayoutTheme.h"
-#include "core/layout/style/LayoutStyle.h"
+#include "core/layout/style/ComputedStyle.h"
namespace blink {
@@ -42,7 +42,7 @@ LayoutSliderThumb::LayoutSliderThumb(SliderThumbElement* element)
{
}
-void LayoutSliderThumb::updateAppearance(const LayoutStyle& parentStyle)
+void LayoutSliderThumb::updateAppearance(const ComputedStyle& parentStyle)
{
if (parentStyle.appearance() == SliderVerticalPart)
mutableStyleRef().setAppearance(SliderThumbVerticalPart);
« no previous file with comments | « Source/core/layout/LayoutSliderThumb.h ('k') | Source/core/layout/LayoutTable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698