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

Unified Diff: third_party/WebKit/Source/core/editing/commands/EditingState.h

Issue 2631133002: Make CompositeEditCommand::insertNodeBefore() to update layout for hasEditableStyle() (Closed)
Patch Set: 2017-01-16T20:09:30 Created 3 years, 11 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/commands/EditingState.h
diff --git a/third_party/WebKit/Source/core/editing/commands/EditingState.h b/third_party/WebKit/Source/core/editing/commands/EditingState.h
index 608408df5ad0895e0118257ce50bb614bf3d242f..d5feab48e4ff4851a08c9ba680d0cd13e648dd0f 100644
--- a/third_party/WebKit/Source/core/editing/commands/EditingState.h
+++ b/third_party/WebKit/Source/core/editing/commands/EditingState.h
@@ -5,6 +5,7 @@
#ifndef EditingState_h
#define EditingState_h
+#include "core/CoreExport.h"
#include "wtf/Allocator.h"
#include "wtf/Assertions.h"
#include "wtf/Noncopyable.h"
@@ -21,7 +22,7 @@ namespace blink {
// if (editingState.isAborted())
// return;
//
-class EditingState final {
+class CORE_EXPORT EditingState final {
STACK_ALLOCATED();
WTF_MAKE_NONCOPYABLE(EditingState);

Powered by Google App Engine
This is Rietveld 408576698