summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/css/properties/longhands/shape_margin_custom.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/css/properties/longhands/shape_margin_custom.cc')
-rw-r--r--chromium/third_party/blink/renderer/core/css/properties/longhands/shape_margin_custom.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/third_party/blink/renderer/core/css/properties/longhands/shape_margin_custom.cc b/chromium/third_party/blink/renderer/core/css/properties/longhands/shape_margin_custom.cc
index b7fafb30899..a541cd5c29a 100644
--- a/chromium/third_party/blink/renderer/core/css/properties/longhands/shape_margin_custom.cc
+++ b/chromium/third_party/blink/renderer/core/css/properties/longhands/shape_margin_custom.cc
@@ -9,13 +9,13 @@
#include "third_party/blink/renderer/core/style/computed_style.h"
namespace blink {
-namespace CSSLonghand {
+namespace css_longhand {
const CSSValue* ShapeMargin::ParseSingleValue(
CSSParserTokenRange& range,
const CSSParserContext& context,
const CSSParserLocalContext&) const {
- return CSSPropertyParserHelpers::ConsumeLengthOrPercent(
+ return css_property_parser_helpers::ConsumeLengthOrPercent(
range, context.Mode(), kValueRangeNonNegative);
}
@@ -28,5 +28,5 @@ const CSSValue* ShapeMargin::CSSValueFromComputedStyleInternal(
return CSSValue::Create(style.ShapeMargin(), style.EffectiveZoom());
}
-} // namespace CSSLonghand
+} // namespace css_longhand
} // namespace blink