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

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

Issue 625073002: Merge RenderWidget into single subclass, RenderPart (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix unit test failures 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
Index: Source/core/rendering/RenderObject.h
diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h
index a9361c299a4aadb3b1d6759c4cbcec27091c7090..9a63ae223ce40f4c82274d962a9b56368196daba 100644
--- a/Source/core/rendering/RenderObject.h
+++ b/Source/core/rendering/RenderObject.h
@@ -634,7 +634,7 @@ public:
return isPseudoElement() ? 0 : node();
}
- // FIXME: Why does RenderWidget need this?
+ // FIXME: Why does RenderPart need this?
dsinclair 2014/10/07 14:15:12 Can you file a bug for this and add the crbug.com/
Zeeshan Qureshi 2014/10/10 19:32:38 http://crbug.com/422457
void clearNode() { m_node = nullptr; }
// Returns the styled node that caused the generation of this renderer.

Powered by Google App Engine
This is Rietveld 408576698