summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/editing/editing_style_utilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/editing/editing_style_utilities.h')
-rw-r--r--chromium/third_party/blink/renderer/core/editing/editing_style_utilities.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/third_party/blink/renderer/core/editing/editing_style_utilities.h b/chromium/third_party/blink/renderer/core/editing/editing_style_utilities.h
index efaf957f088..1aeae1ae48d 100644
--- a/chromium/third_party/blink/renderer/core/editing/editing_style_utilities.h
+++ b/chromium/third_party/blink/renderer/core/editing/editing_style_utilities.h
@@ -64,6 +64,8 @@ class EditingStyleUtilities {
unicode_bidi == CSSValueID::kEmbed;
}
+ static void StripUAStyleRulesForMarkupSanitization(EditingStyle* style);
+
static bool IsTransparentColorValue(const CSSValue*);
static bool HasTransparentBackgroundColor(CSSStyleDeclaration*);
static bool HasTransparentBackgroundColor(CSSPropertyValueSet*);