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

Unified Diff: third_party/WebKit/WebCore/dom/Node.h

Issue 21184: WebKit merge 40722:40785 (part 1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 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 | « third_party/WebKit/WebCore/dom/InputElement.cpp ('k') | third_party/WebKit/WebCore/dom/Node.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/WebCore/dom/Node.h
===================================================================
--- third_party/WebKit/WebCore/dom/Node.h (revision 9391)
+++ third_party/WebKit/WebCore/dom/Node.h (working copy)
@@ -58,6 +58,7 @@
class RegisteredEventListener;
class RenderArena;
class RenderBox;
+class RenderBoxModelObject;
class RenderObject;
class RenderStyle;
class StringBuilder;
@@ -372,10 +373,10 @@
RenderObject* previousRenderer();
void setRenderer(RenderObject* renderer) { m_renderer = renderer; }
- // Use with caution. Does no type checking. Mostly a convenience method for shadow nodes of form controls, where we know exactly
- // what kind of renderer we made.
+ // Use these two methods with caution.
RenderBox* renderBox() const;
-
+ RenderBoxModelObject* renderBoxModelObject() const;
+
void checkSetPrefix(const AtomicString& prefix, ExceptionCode&);
bool isDescendantOf(const Node*) const;
bool contains(const Node*) const;
« no previous file with comments | « third_party/WebKit/WebCore/dom/InputElement.cpp ('k') | third_party/WebKit/WebCore/dom/Node.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698