| 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);
|
|
|