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

Unified Diff: Source/core/editing/htmlediting.h

Issue 1187073014: Templatize PositionWithAffinity class (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2015-06-17T16:31:27 Created 5 years, 6 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: Source/core/editing/htmlediting.h
diff --git a/Source/core/editing/htmlediting.h b/Source/core/editing/htmlediting.h
index 4cf2c2d931c86cc20e963a7c6f64d4f91cdf01a5..998d86deda159344d232180ed250522b9d69e819 100644
--- a/Source/core/editing/htmlediting.h
+++ b/Source/core/editing/htmlediting.h
@@ -29,6 +29,7 @@
#include "core/CoreExport.h"
#include "core/dom/Position.h"
#include "core/editing/EditingBoundary.h"
+#include "core/editing/PositionWithAffinity.h"
#include "platform/text/TextDirection.h"
#include "wtf/Forward.h"
#include "wtf/unicode/CharacterNames.h"
@@ -43,7 +44,6 @@ class HTMLLIElement;
class HTMLSpanElement;
class HTMLUListElement;
class Node;
-class PositionWithAffinity;
class Range;
class VisiblePosition;
class VisibleSelection;

Powered by Google App Engine
This is Rietveld 408576698