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

Unified Diff: Source/core/layout/LayoutScrollbarPart.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/LayoutScrollbarPart.h ('k') | Source/core/layout/LayoutSliderContainer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutScrollbarPart.cpp
diff --git a/Source/core/layout/LayoutScrollbarPart.cpp b/Source/core/layout/LayoutScrollbarPart.cpp
index f2c6f7bf9e3de3c0d3392b7baf7559325aac8f7c..e5b8e541ad2030e730a5b6d3343a1ec20f9c5f9a 100644
--- a/Source/core/layout/LayoutScrollbarPart.cpp
+++ b/Source/core/layout/LayoutScrollbarPart.cpp
@@ -166,13 +166,13 @@ void LayoutScrollbarPart::computePreferredLogicalWidths()
clearPreferredLogicalWidthsDirty();
}
-void LayoutScrollbarPart::styleWillChange(StyleDifference diff, const LayoutStyle& newStyle)
+void LayoutScrollbarPart::styleWillChange(StyleDifference diff, const ComputedStyle& newStyle)
{
LayoutBlock::styleWillChange(diff, newStyle);
setInline(false);
}
-void LayoutScrollbarPart::styleDidChange(StyleDifference diff, const LayoutStyle* oldStyle)
+void LayoutScrollbarPart::styleDidChange(StyleDifference diff, const ComputedStyle* oldStyle)
{
LayoutBlock::styleDidChange(diff, oldStyle);
setInline(false);
« no previous file with comments | « Source/core/layout/LayoutScrollbarPart.h ('k') | Source/core/layout/LayoutSliderContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698