Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Unified Diff: third_party/WebKit/Source/core/editing/EditingStyle.h

Issue 2692553002: Remove the methods of EditingStyle class moved to EditingStyleUtilities class (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/EditingStyle.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/editing/EditingStyle.h
diff --git a/third_party/WebKit/Source/core/editing/EditingStyle.h b/third_party/WebKit/Source/core/editing/EditingStyle.h
index 12bdc3f6264a77e43bd53924a41ea52f3c46c2da..5088f5a4c7f4e6fda816af88e46014b5ee365d0e 100644
--- a/third_party/WebKit/Source/core/editing/EditingStyle.h
+++ b/third_party/WebKit/Source/core/editing/EditingStyle.h
@@ -151,9 +151,6 @@ class CORE_EXPORT EditingStyle final : public GarbageCollected<EditingStyle> {
void mergeInlineAndImplicitStyleOfElement(Element*,
CSSPropertyOverrideMode,
PropertiesToInclude);
- static EditingStyle* wrappingStyleForAnnotatedSerialization(
- ContainerNode* context);
- static EditingStyle* wrappingStyleForSerialization(ContainerNode* context);
void mergeStyleFromRules(Element*);
void mergeStyleFromRulesForSerialization(Element*);
void removeStyleFromRulesAndContext(Element*, ContainerNode* context);
@@ -167,19 +164,6 @@ class CORE_EXPORT EditingStyle final : public GarbageCollected<EditingStyle> {
void setProperty(CSSPropertyID, const String& value, bool important = false);
- static EditingStyle* styleAtSelectionStart(
- const VisibleSelection&,
- bool shouldUseBackgroundColorInEffect = false,
- MutableStylePropertySet* styleToCheck = nullptr);
- static WritingDirection textDirectionForSelection(
- const VisibleSelection&,
- EditingStyle* typingStyle,
- bool& hasNestedOrMultipleEmbeddings);
- static bool isEmbedOrIsolate(CSSValueID unicodeBidi) {
- return unicodeBidi == CSSValueIsolate ||
- unicodeBidi == CSSValueWebkitIsolate || unicodeBidi == CSSValueEmbed;
- }
-
DECLARE_TRACE();
private:
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/EditingStyle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698