[Ribbon] Move ID accessors from CSSUnresolvedProperty to CSSProperty
These accessors are not needed in CSSUnresolvedProperty at this stage. We want to constrain the functionality of CSSUnresolvedProperty to the bare minimum so as to discourage its usage. It is useful to know that a property representation is strictly a resolved property; thus we do not want CSSUnresolvedProperty used except where absolutely necessary. If it turns out that these are needed on CSSUnresolvedProperty in future then they can be moved back. Change-Id: I4bb8c0714d5cfffe8f4b0d353ae0b0931e665f8f Reviewed-on: https://chromium-review.googlesource.com/831375Reviewed-by:nainar <nainar@chromium.org> Commit-Queue: Renée Wright <rjwright@chromium.org> Cr-Commit-Position: refs/heads/master@{#526923}
Showing
Please register or sign in to comment