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

Unified Diff: Source/core/editing/FrameSelection.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/EditingUtilities.h ('k') | Source/core/editing/RenderedPosition.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/FrameSelection.h
diff --git a/Source/core/editing/FrameSelection.h b/Source/core/editing/FrameSelection.h
index f553b2ad814ecd8bd7756f9662e0d8d7d32aa5d2..ac38775d8e90909918e73046d79d1fbf464aa678 100644
--- a/Source/core/editing/FrameSelection.h
+++ b/Source/core/editing/FrameSelection.h
@@ -31,6 +31,7 @@
#include "core/editing/Caret.h"
#include "core/editing/EditingStyle.h"
#include "core/editing/EphemeralRange.h"
+#include "core/editing/VisiblePosition.h"
#include "core/editing/VisibleSelection.h"
#include "core/layout/ScrollAlignment.h"
#include "platform/Timer.h"
@@ -47,7 +48,6 @@ class GranularityStrategy;
class GraphicsContext;
class HTMLFormElement;
class Text;
-class VisiblePosition;
enum EUserTriggered { NotUserTriggered = 0, UserTriggered = 1 };
« no previous file with comments | « Source/core/editing/EditingUtilities.h ('k') | Source/core/editing/RenderedPosition.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698