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

Unified Diff: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIClip.cpp

Issue 2609933004: Implements CSSPropertyAPI for the column-gap property. (Closed)
Patch Set: rebase Created 3 years, 11 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
Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIClip.cpp
diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIClip.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIClip.cpp
index d057298d2924f6b960a2dded8cd7037ddc77e384..77f0bdc752732a9791026031e89ee13593a0acea 100644
--- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIClip.cpp
+++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIClip.cpp
@@ -20,7 +20,8 @@ CSSValue* consumeClipComponent(CSSParserTokenRange& range,
range, cssParserMode, ValueRangeAll,
CSSPropertyParserHelpers::UnitlessQuirk::Allow);
}
-}
+
+} // namespace
const CSSValue* CSSPropertyAPIClip::parseSingleValue(
CSSParserTokenRange& range,

Powered by Google App Engine
This is Rietveld 408576698