Change CSSCustomPropertyDeclaration::id() to isInherit() and isInitial()

This patch changes CSSCustomPropertyDeclaration so that we can query
whether the declaration inherits or is the initial value. This is a
little nicer since we don't have to expose the internal value for
denoting variable references, CSSValueInternalVariableValue.

Review-Url: https://codereview.chromium.org/2382663002
Cr-Commit-Position: refs/heads/master@{#421785}
2 files changed