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

Unified Diff: third_party/WebKit/Source/web/WebHitTestResult.cpp

Issue 2016673002: Remove unnecessary inclusions of LayoutObject-derived headers in web/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: third_party/WebKit/Source/web/WebHitTestResult.cpp
diff --git a/third_party/WebKit/Source/web/WebHitTestResult.cpp b/third_party/WebKit/Source/web/WebHitTestResult.cpp
index 3fda06447e2e308e70aeb6be6a34f5e5dfeba17e..df32de12f9e548db0ba834bea80325a5dbccc881 100644
--- a/third_party/WebKit/Source/web/WebHitTestResult.cpp
+++ b/third_party/WebKit/Source/web/WebHitTestResult.cpp
@@ -29,7 +29,6 @@
#include "core/dom/Node.h"
#include "core/editing/VisiblePosition.h"
#include "core/layout/HitTestResult.h"
-#include "core/layout/LayoutObject.h"
#include "platform/weborigin/KURL.h"
#include "public/platform/WebPoint.h"
#include "public/platform/WebURL.h"

Powered by Google App Engine
This is Rietveld 408576698