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

Unified Diff: Source/core/layout/HitTestResult.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/layout/HitTestResult.h
diff --git a/Source/core/layout/HitTestResult.h b/Source/core/layout/HitTestResult.h
index a65add09507a6928294b1f9b836c7c95c1538583..a2bfc189a2dbf8a563af8261a82c110c4fd4c603 100644
--- a/Source/core/layout/HitTestResult.h
+++ b/Source/core/layout/HitTestResult.h
@@ -23,6 +23,7 @@
#define HitTestResult_h
#include "core/CoreExport.h"
+#include "core/editing/PositionWithAffinity.h"
#include "core/layout/HitTestLocation.h"
#include "core/layout/HitTestRequest.h"
#include "platform/geometry/FloatQuad.h"
@@ -46,7 +47,6 @@ class Image;
class KURL;
class Node;
class LayoutObject;
-class PositionWithAffinity;
class Scrollbar;
class CORE_EXPORT HitTestResult {

Powered by Google App Engine
This is Rietveld 408576698