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

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

Issue 2740823005: Track lastTextNode during rebuildLayoutTree. (Closed)
Patch Set: Missing reset of lastTextNode for elements. Created 3 years, 9 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/Source/core/dom/StyleReattachData.h ('k') | 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 961114666ef3d069a72ba7ec3345dbd752982848..0cb7f2a0f4a19e213e42e9f7f75bc7019a269802 100644
--- a/third_party/WebKit/Source/core/dom/Text.h
+++ b/third_party/WebKit/Source/core/dom/Text.h
@@ -53,8 +53,8 @@ class CORE_EXPORT Text : public CharacterData {
String wholeText() const;
Text* replaceWholeText(const String&);
- void recalcTextStyle(StyleRecalcChange, Text* nextTextSibling);
- void rebuildTextLayoutTree();
+ void recalcTextStyle(StyleRecalcChange);
+ void rebuildTextLayoutTree(Text* nextTextSibling);
bool textLayoutObjectIsNeeded(const ComputedStyle&,
const LayoutObject& parent) const;
LayoutText* createTextLayoutObject(const ComputedStyle&);
« no previous file with comments | « third_party/WebKit/Source/core/dom/StyleReattachData.h ('k') | third_party/WebKit/Source/core/dom/Text.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698