summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/css/properties/shorthands/webkit_mask_custom.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/css/properties/shorthands/webkit_mask_custom.cc')
-rw-r--r--chromium/third_party/blink/renderer/core/css/properties/shorthands/webkit_mask_custom.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/chromium/third_party/blink/renderer/core/css/properties/shorthands/webkit_mask_custom.cc b/chromium/third_party/blink/renderer/core/css/properties/shorthands/webkit_mask_custom.cc
index 36461420a20..5656c80725b 100644
--- a/chromium/third_party/blink/renderer/core/css/properties/shorthands/webkit_mask_custom.cc
+++ b/chromium/third_party/blink/renderer/core/css/properties/shorthands/webkit_mask_custom.cc
@@ -7,7 +7,7 @@
#include "third_party/blink/renderer/core/css/properties/css_parsing_utils.h"
namespace blink {
-namespace CSSShorthand {
+namespace css_shorthand {
bool WebkitMask::ParseShorthand(
bool important,
@@ -15,9 +15,9 @@ bool WebkitMask::ParseShorthand(
const CSSParserContext& context,
const CSSParserLocalContext& local_context,
HeapVector<CSSPropertyValue, 256>& properties) const {
- return CSSParsingUtils::ParseBackgroundOrMask(important, range, context,
- local_context, properties);
+ return css_parsing_utils::ParseBackgroundOrMask(important, range, context,
+ local_context, properties);
}
-} // namespace CSSShorthand
+} // namespace css_shorthand
} // namespace blink