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

Unified Diff: Source/core/layout/BidiRunForLine.cpp

Issue 940373003: Rename RenderText to LayoutText (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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 | « Source/core/layout/BidiRun.h ('k') | Source/core/layout/HitTestResult.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/BidiRunForLine.cpp
diff --git a/Source/core/layout/BidiRunForLine.cpp b/Source/core/layout/BidiRunForLine.cpp
index 8e5e7e3fd526041455a9ea81d78559e8c6386b7d..9260e6085fd779ee03f61362dea128414f9de504 100644
--- a/Source/core/layout/BidiRunForLine.cpp
+++ b/Source/core/layout/BidiRunForLine.cpp
@@ -55,7 +55,7 @@ static LayoutObject* firstLayoutObjectForDirectionalityDetermination(
while (current) {
next = 0;
if (isIteratorTarget(current) && !(current->isText()
- && toRenderText(current)->isAllCollapsibleWhitespace()))
+ && toLayoutText(current)->isAllCollapsibleWhitespace()))
break;
if (!isIteratorTarget(current)
« no previous file with comments | « Source/core/layout/BidiRun.h ('k') | Source/core/layout/HitTestResult.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698