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

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

Issue 977113003: Rename renderer() to layoutObject(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase to master 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
Index: Source/core/layout/HitTestResult.h
diff --git a/Source/core/layout/HitTestResult.h b/Source/core/layout/HitTestResult.h
index 2f763e3f92280ccd2d5aca4935b7cdb031e22972..ca1e949db4ca4281e2048c297caa2bc6f78b53d5 100644
--- a/Source/core/layout/HitTestResult.h
+++ b/Source/core/layout/HitTestResult.h
@@ -90,7 +90,7 @@ public:
void setLocalPoint(const LayoutPoint& p) { m_localPoint = p; }
PositionWithAffinity position() const;
- LayoutObject* renderer() const;
+ LayoutObject* layoutObject() const;
void setToShadowHostIfInClosedShadowRoot();

Powered by Google App Engine
This is Rietveld 408576698