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

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

Issue 2687243002: Rename the methods in EditingStyleUtilities class and make them used in editing (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
Index: third_party/WebKit/Source/core/editing/EditingStyleUtilities.h
diff --git a/third_party/WebKit/Source/core/editing/EditingStyleUtilities.h b/third_party/WebKit/Source/core/editing/EditingStyleUtilities.h
index 0f4e7faac3e5b57056b0e7320b9c59bd3c40b142..e8c6f85b8551c68af64ecb42d02e3a2e5fc16e44 100644
--- a/third_party/WebKit/Source/core/editing/EditingStyleUtilities.h
+++ b/third_party/WebKit/Source/core/editing/EditingStyleUtilities.h
@@ -49,10 +49,11 @@ class EditingStyleUtilities {
STATIC_ONLY(EditingStyleUtilities);
public:
- static EditingStyle* wrappingStyleForAnnotatedSerialization(
+ static EditingStyle* createWrappingStyleForAnnotatedSerialization(
ContainerNode* context);
- static EditingStyle* wrappingStyleForSerialization(ContainerNode* context);
- static EditingStyle* styleAtSelectionStart(
+ static EditingStyle* createWrappingStyleForSerialization(
+ ContainerNode* context);
+ static EditingStyle* createStyleAtSelectionStart(
const VisibleSelection&,
bool shouldUseBackgroundColorInEffect = false,
MutableStylePropertySet* styleToCheck = nullptr);

Powered by Google App Engine
This is Rietveld 408576698