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

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

Issue 899163003: Move rendering/RenderObject to layout/LayoutObject. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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
Index: Source/core/layout/BidiRunForLine.h
diff --git a/Source/core/layout/BidiRunForLine.h b/Source/core/layout/BidiRunForLine.h
index 72f2d0dde4dc22eab15b5fab271d4e51309ba3cf..96eea6fed6f7e896da0fd00425ae29a8496875cc 100644
--- a/Source/core/layout/BidiRunForLine.h
+++ b/Source/core/layout/BidiRunForLine.h
@@ -29,8 +29,8 @@
namespace blink {
-TextDirection determinePlaintextDirectionality(RenderObject* root,
- RenderObject* current = 0, unsigned pos = 0);
+TextDirection determinePlaintextDirectionality(LayoutObject* root,
+ LayoutObject* current = 0, unsigned pos = 0);
void constructBidiRunsForLine(InlineBidiResolver&, BidiRunList<BidiRun>&,
const InlineIterator& endOfLine, VisualDirectionOverride,

Powered by Google App Engine
This is Rietveld 408576698