| 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();
|
|
|
|
|