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

Unified Diff: sky/engine/core/dom/Text.h

Issue 867963006: Add the <t> element and ignore whitespace outside it. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Do it for a whole subtree. Created 5 years, 11 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 | « sky/engine/core/dom/Node.cpp ('k') | sky/engine/core/dom/Text.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/Text.h
diff --git a/sky/engine/core/dom/Text.h b/sky/engine/core/dom/Text.h
index b7b79b49a31bb2b1ae0c05b9d218b345af66598d..cbb33982d5f57f0f303e2649fe5a1f9a8b360bcd 100644
--- a/sky/engine/core/dom/Text.h
+++ b/sky/engine/core/dom/Text.h
@@ -42,7 +42,7 @@ public:
PassRefPtr<Text> splitText(unsigned offset, ExceptionState&);
- void recalcTextStyle(StyleRecalcChange, Text* nextTextSibling);
+ void recalcTextStyle(StyleRecalcChange);
bool textRendererIsNeeded(const RenderStyle&, const RenderObject& parent);
RenderText* createTextRenderer(RenderStyle*);
void updateTextRenderer(unsigned offsetOfReplacedData, unsigned lengthOfReplacedData, RecalcStyleBehavior = DoNotRecalcStyle);
« no previous file with comments | « sky/engine/core/dom/Node.cpp ('k') | sky/engine/core/dom/Text.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698