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

Unified Diff: Source/core/editing/VisibleUnits.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/VisibleUnits.h
diff --git a/Source/core/editing/VisibleUnits.h b/Source/core/editing/VisibleUnits.h
index c1be80f1f14fc2092c7773db43f9fdbbe946d40b..1c7ea12170996d3bdcd4b03cfc622d591fdb5aec 100644
--- a/Source/core/editing/VisibleUnits.h
+++ b/Source/core/editing/VisibleUnits.h
@@ -28,13 +28,13 @@
#include "core/CoreExport.h"
#include "core/editing/EditingBoundary.h"
+#include "core/editing/PositionWithAffinity.h"
#include "platform/text/TextDirection.h"
namespace blink {
class LayoutRect;
class LayoutUnit;
-class PositionWithAffinity;
class LayoutObject;
class Node;
class VisiblePosition;

Powered by Google App Engine
This is Rietveld 408576698