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

Unified Diff: Source/web/WebHitTestResult.cpp

Issue 899163003: Move rendering/RenderObject to layout/LayoutObject. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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/web/WebElement.cpp ('k') | Source/web/WebInputEventConversion.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebHitTestResult.cpp
diff --git a/Source/web/WebHitTestResult.cpp b/Source/web/WebHitTestResult.cpp
index 5c40069792403e0602c1f08e6a57051965f8776f..361a0bbef897fcd2b888c6801e143c1ef4031503 100644
--- a/Source/web/WebHitTestResult.cpp
+++ b/Source/web/WebHitTestResult.cpp
@@ -30,7 +30,7 @@
#include "core/dom/Node.h"
#include "core/editing/VisiblePosition.h"
#include "core/layout/HitTestResult.h"
-#include "core/rendering/RenderObject.h"
+#include "core/layout/LayoutObject.h"
#include "platform/weborigin/KURL.h"
#include "public/platform/WebPoint.h"
#include "public/platform/WebURL.h"
« no previous file with comments | « Source/web/WebElement.cpp ('k') | Source/web/WebInputEventConversion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698