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

Unified Diff: Source/core/layout/HitTestResult.h

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/core/layout/CounterNode.cpp ('k') | Source/core/layout/HitTestResult.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/HitTestResult.h
diff --git a/Source/core/layout/HitTestResult.h b/Source/core/layout/HitTestResult.h
index 50b49794de1e8cb2e18df3968ebcd80708f76e50..d85f22fd663490c3fee48ab5a3aca37416b12e41 100644
--- a/Source/core/layout/HitTestResult.h
+++ b/Source/core/layout/HitTestResult.h
@@ -42,7 +42,7 @@ class HTMLMediaElement;
class Image;
class KURL;
class Node;
-class RenderObject;
+class LayoutObject;
class PositionWithAffinity;
class Scrollbar;
@@ -90,7 +90,7 @@ public:
void setLocalPoint(const LayoutPoint& p) { m_localPoint = p; }
PositionWithAffinity position() const;
- RenderObject* renderer() const;
+ LayoutObject* renderer() const;
void setToShadowHostIfInUserAgentShadowRoot();
« no previous file with comments | « Source/core/layout/CounterNode.cpp ('k') | Source/core/layout/HitTestResult.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698