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

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

Issue 347643002: Reduce forward declarations in core/dom (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase against ToT Created 6 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/VisiblePosition.h
diff --git a/Source/core/editing/VisiblePosition.h b/Source/core/editing/VisiblePosition.h
index aa76c05b0458f1560a140eabf6e5adcc41bc0c6e..3e4966d5de57c4fc0a9b578ab91f7f176a5f51dc 100644
--- a/Source/core/editing/VisiblePosition.h
+++ b/Source/core/editing/VisiblePosition.h
@@ -27,6 +27,7 @@
#define VisiblePosition_h
#include "core/dom/Position.h"
+#include "core/dom/Range.h"
davve 2014/06/19 14:40:54 The description says nothing about why we need to
Inactive 2014/06/19 15:25:17 Ditto.
#include "core/editing/EditingBoundary.h"
#include "platform/heap/Handle.h"
#include "platform/text/TextDirection.h"
« Source/core/accessibility/AXObject.h ('K') | « Source/core/dom/shadow/SelectRuleFeatureSet.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698