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

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

Issue 1306243006: Replace forward class declarations of VisiblePosition to include directives (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « Source/core/editing/RenderedPosition.h ('k') | Source/core/editing/commands/FormatBlockCommand.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/VisibleUnits.h
diff --git a/Source/core/editing/VisibleUnits.h b/Source/core/editing/VisibleUnits.h
index 0359b3363e41a1a87a29b0c9797ad01563de8c46..90ed23df55d4852aa7143e6e055300024582afc4 100644
--- a/Source/core/editing/VisibleUnits.h
+++ b/Source/core/editing/VisibleUnits.h
@@ -29,6 +29,7 @@
#include "core/CoreExport.h"
#include "core/editing/EditingBoundary.h"
#include "core/editing/PositionWithAffinity.h"
+#include "core/editing/VisiblePosition.h"
#include "platform/text/TextDirection.h"
namespace blink {
@@ -37,7 +38,6 @@ class LayoutRect;
class LayoutUnit;
class LayoutObject;
class Node;
-class VisiblePosition;
class IntPoint;
class InlineBox;
class LocalFrame;
« no previous file with comments | « Source/core/editing/RenderedPosition.h ('k') | Source/core/editing/commands/FormatBlockCommand.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698