Commit 9e57f192 authored by Anders Hartvoll Ruud's avatar Anders Hartvoll Ruud Committed by Commit Bot

Remove ApplyMask

This is not used anymore.

Change-Id: I6b9fb4433cc8c99c7ccb82e29d6884d9aa80374d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2320671Reviewed-by: default avatarXiaocheng Hu <xiaochengh@chromium.org>
Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/master@{#792597}
parent c6bacb9a
...@@ -55,7 +55,6 @@ class StyleCascade; ...@@ -55,7 +55,6 @@ class StyleCascade;
class StyleRuleUsageTracker; class StyleRuleUsageTracker;
enum RuleMatchingBehavior { kMatchAllRules, kMatchAllRulesExcludingSMIL }; enum RuleMatchingBehavior { kMatchAllRules, kMatchAllRulesExcludingSMIL };
enum ApplyMask { kApplyMaskRegular = 1 << 0, kApplyMaskVisited = 1 << 1 };
// This class selects a ComputedStyle for a given element in a document based on // This class selects a ComputedStyle for a given element in a document based on
// the document's collection of stylesheets (user styles, author styles, UA // the document's collection of stylesheets (user styles, author styles, UA
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment