blob: 822247fead173f207babf38c474b3fb15190840a [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "core/css/properties/CSSPropertyAPIAlignSelf.h"
#include "core/css/properties/CSSPropertyAlignmentUtils.h"
#include "platform/RuntimeEnabledFeatures.h"
namespace blink {
const CSSValue* CSSPropertyAPIAlignSelf::ParseSingleValue(
CSSPropertyID,
CSSParserTokenRange& range,
const CSSParserContext& context,
const CSSParserLocalContext&) const {
return CSSPropertyAlignmentUtils::ConsumeSelfPositionOverflowPosition(range);
}
} // namespace blink