| Index: third_party/WebKit/Source/core/editing/commands/ApplyStyleCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/ApplyStyleCommand.h b/third_party/WebKit/Source/core/editing/commands/ApplyStyleCommand.h
|
| index a2ba527f516dfbb5e7e325a5b18f8752aaa144b2..036b8b65651614a2d0d5d5c23e002e486dbf1037 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/ApplyStyleCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/ApplyStyleCommand.h
|
| @@ -38,7 +38,7 @@ class StyleChange;
|
|
|
| enum ShouldIncludeTypingStyle { IncludeTypingStyle, IgnoreTypingStyle };
|
|
|
| -class ApplyStyleCommand final : public CompositeEditCommand {
|
| +class CORE_EXPORT ApplyStyleCommand final : public CompositeEditCommand {
|
| public:
|
| enum EPropertyLevel { PropertyDefault, ForceBlockProperties };
|
| enum InlineStyleRemovalMode { RemoveIfNeeded, RemoveAlways, RemoveNone };
|
|
|