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

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

Issue 625073002: Merge RenderWidget into single subclass, RenderPart (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address comments Created 6 years, 2 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/page/EventHandler.cpp ('k') | Source/core/rendering/PaintInfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/HitTestResult.h
diff --git a/Source/core/rendering/HitTestResult.h b/Source/core/rendering/HitTestResult.h
index fd06b9432bdd229b322de7e17883b46d0906c8c7..c2d680959e35f028e807b84d0e57aee659212f6d 100644
--- a/Source/core/rendering/HitTestResult.h
+++ b/Source/core/rendering/HitTestResult.h
@@ -147,7 +147,7 @@ private:
// determine where inside the renderer we hit on subsequent operations.
RefPtrWillBeMember<Element> m_innerURLElement;
RefPtr<Scrollbar> m_scrollbar;
- bool m_isOverWidget; // Returns true if we are over a widget (and not in the border/padding area of a RenderWidget for example).
+ bool m_isOverWidget; // Returns true if we are over a widget (and not in the border/padding area of a RenderPart for example).
bool m_isFirstLetter;
mutable OwnPtrWillBeMember<NodeSet> m_rectBasedTestResult;
« no previous file with comments | « Source/core/page/EventHandler.cpp ('k') | Source/core/rendering/PaintInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698