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

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

Issue 2421793002: Move layout tree reconstruction code for Text nodes into new function (Closed)
Patch Set: Edits post Elliott's lgtm Created 4 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 | « no previous file | third_party/WebKit/Source/core/dom/Text.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8e7be341f9ca3a878831406ca39304a3301e1277..ea36fc688b4c6cfc898b182f5b7d2a376012bbc9 100644
--- a/third_party/WebKit/Source/core/dom/Text.h
+++ b/third_party/WebKit/Source/core/dom/Text.h
@@ -54,6 +54,7 @@ class CORE_EXPORT Text : public CharacterData {
Text* replaceWholeText(const String&);
void recalcTextStyle(StyleRecalcChange, Text* nextTextSibling);
+ void rebuildTextLayoutTree(Text* nextTextSibling);
bool textLayoutObjectIsNeeded(const ComputedStyle&,
const LayoutObject& parent) const;
LayoutText* createTextLayoutObject(const ComputedStyle&);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Text.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698