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

Unified Diff: third_party/WebKit/Source/core/dom/Text.h

Issue 2473743003: Call Element::rebuildLayoutTree from Document::updateStyle directly (Closed)
Patch Set: Commit the renames Created 4 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
Index: third_party/WebKit/Source/core/dom/Text.h
diff --git a/third_party/WebKit/Source/core/dom/Text.h b/third_party/WebKit/Source/core/dom/Text.h
index ea36fc688b4c6cfc898b182f5b7d2a376012bbc9..1ad81ab18e3d4f92f5f0090fa589eae1c1ef8921 100644
--- a/third_party/WebKit/Source/core/dom/Text.h
+++ b/third_party/WebKit/Source/core/dom/Text.h
@@ -54,7 +54,7 @@ class CORE_EXPORT Text : public CharacterData {
Text* replaceWholeText(const String&);
void recalcTextStyle(StyleRecalcChange, Text* nextTextSibling);
- void rebuildTextLayoutTree(Text* nextTextSibling);
+ void rebuildTextLayoutTree();
bool textLayoutObjectIsNeeded(const ComputedStyle&,
const LayoutObject& parent) const;
LayoutText* createTextLayoutObject(const ComputedStyle&);

Powered by Google App Engine
This is Rietveld 408576698