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

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

Issue 677843004: Remove text-combine. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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 | « sky/engine/core/css/parser/BisonCSSParser-in.cpp ('k') | sky/engine/core/rendering/InlineFlowBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/Text.cpp
diff --git a/sky/engine/core/dom/Text.cpp b/sky/engine/core/dom/Text.cpp
index e62ffe735f1509118a70c009ee0424e6fd1d46c1..b010c4969c9c8564eef200a5777c31970316919f 100644
--- a/sky/engine/core/dom/Text.cpp
+++ b/sky/engine/core/dom/Text.cpp
@@ -32,7 +32,6 @@
#include "core/dom/RenderTreeBuilder.h"
#include "core/dom/shadow/ShadowRoot.h"
#include "core/events/ScopedEventQueue.h"
-#include "core/rendering/RenderCombineText.h"
#include "core/rendering/RenderText.h"
#include "wtf/text/CString.h"
#include "wtf/text/StringBuilder.h"
@@ -280,9 +279,6 @@ bool Text::textRendererIsNeeded(const RenderStyle& style, const RenderObject& pa
RenderText* Text::createTextRenderer(RenderStyle* style)
{
- if (style->hasTextCombine())
- return new RenderCombineText(this, dataImpl());
-
return new RenderText(this, dataImpl());
}
« no previous file with comments | « sky/engine/core/css/parser/BisonCSSParser-in.cpp ('k') | sky/engine/core/rendering/InlineFlowBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698