Move StyleRareNonInheritedData::has* methods to ComputedStyle.

When we generate StyleRareNonInheritedData, we would no longer have
handwritten helper functions on the class. Hence, we need to move all
the helper functions on StyleRareNonInheritedData to ComputedStyle.

This patch concerns three helper functions in ComputedStyle:
- HasFilters: Moved to ComputedStyle.
- HasBackdropFilters: Deleted as it was unused.
- HasOpacity: Same helper already exists on ComputedStyle, deleted.

BUG=628043

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