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/SelectionController.h

Issue 1314843003: Replace forward class declarations of VisibleSelection to include directive (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2015-08-26T14:09:03 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/commands/TextInsertionBaseCommand.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/SelectionController.h
diff --git a/Source/core/editing/SelectionController.h b/Source/core/editing/SelectionController.h
index d3a246472e877ab91791af437a182032c12d3ee4..cc2873375de4e056218155ac3be7a41080e7e8a3 100644
--- a/Source/core/editing/SelectionController.h
+++ b/Source/core/editing/SelectionController.h
@@ -29,6 +29,7 @@
#include "core/CoreExport.h"
#include "core/editing/TextGranularity.h"
+#include "core/editing/VisibleSelection.h"
#include "core/page/EventWithHitTestResults.h"
#include "platform/heap/Handle.h"
@@ -37,7 +38,6 @@ namespace blink {
class FrameSelection;
class HitTestResult;
class LocalFrame;
-class VisibleSelection;
class SelectionController final : public NoBaseWillBeGarbageCollected<SelectionController> {
WTF_MAKE_NONCOPYABLE(SelectionController);
« no previous file with comments | « Source/core/editing/EditingUtilities.h ('k') | Source/core/editing/commands/TextInsertionBaseCommand.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698