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

Unified Diff: Source/core/dom/Element.h

Issue 699213003: RenderTreeBuilder => RenderTreeBuilderForElement and RenderTreeBuilderForText (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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 | « no previous file | Source/core/dom/Element.cpp » ('j') | Source/core/dom/RenderTreeBuilder.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Element.h
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
index c77f7ed27ccf08aa26365ac1e8f861f131ad7163..4eae5034ee7c83fe53e6e7205a856cbbeb6f4592 100644
--- a/Source/core/dom/Element.h
+++ b/Source/core/dom/Element.h
@@ -460,9 +460,6 @@ public:
bool isSpellCheckingEnabled() const;
- // FIXME: public for RenderTreeBuilder, we shouldn't expose this though.
- PassRefPtr<RenderStyle> styleForRenderer();
-
bool hasID() const;
bool hasClass() const;
const SpaceSplitString& classNames() const;
@@ -528,6 +525,7 @@ protected:
// svgAttributeChanged (called when element.className.baseValue is set)
void classAttributeChanged(const AtomicString& newClassString);
+ PassRefPtr<RenderStyle> styleForRenderer();
PassRefPtr<RenderStyle> originalStyleForRenderer();
Node* insertAdjacent(const String& where, Node* newChild, ExceptionState&);
« no previous file with comments | « no previous file | Source/core/dom/Element.cpp » ('j') | Source/core/dom/RenderTreeBuilder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698