Move RareInheritedData (Quotes|Shadow)DataEquivalent to ComputedStyle.

Currently, RareInheritedData has two helper functions:
QuotesDataEquivalent and ShadowDataEquivalent. When we generate
RareInheritedData, these helpers will no longer exist, so we need
to move them to CopmutedStyle.

This patch moves RareInheritedData::QuotesDataEquivalent and
RareInheritedData::ShadowDataEquivalent to ComputedStyle. It also
renames ShadowDataEquivalent to TextShadowDataEquivalent since it is
comparing text-shadow.

BUG=628043

Review-Url: https://codereview.chromium.org/2884153002
Cr-Commit-Position: refs/heads/master@{#472425}
4 files changed