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

Unified Diff: Source/core/animation/animatable/AnimatableLengthBoxAndBool.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/animation/StringKeyframe.cpp ('k') | Source/core/animation/animatable/AnimatableSVGPaint.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp
diff --git a/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp b/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp
index 4e8bce53e6683a90cbd29322622db080d250d86f..a334b7909a5c21197804964e388d923578e336f7 100644
--- a/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp
+++ b/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp
@@ -44,7 +44,7 @@ static bool sidesHaveSameUnits(const AnimatableValue* sideA, const AnimatableVal
}
// This is only used by *-image-slice properties which cannot interpolate between numbers and percentages.
-// Numbers are internally represented by pixels on the LayoutStyle so we must manually type check both sides.
+// Numbers are internally represented by pixels on the ComputedStyle so we must manually type check both sides.
bool AnimatableLengthBoxAndBool::usesDefaultInterpolationWith(const AnimatableValue* value) const
{
const AnimatableLengthBoxAndBool* lengthBoxAndBool = toAnimatableLengthBoxAndBool(value);
« no previous file with comments | « Source/core/animation/StringKeyframe.cpp ('k') | Source/core/animation/animatable/AnimatableSVGPaint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698