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

Unified Diff: sky/engine/core/rendering/EllipsisBox.h

Issue 688233002: Remove writing mode code from the linebox tree. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: merge to ToT 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 | « no previous file | sky/engine/core/rendering/EllipsisBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/rendering/EllipsisBox.h
diff --git a/sky/engine/core/rendering/EllipsisBox.h b/sky/engine/core/rendering/EllipsisBox.h
index 08e248caacd01051953c322ae6dcf0fd0058878f..f73c4bf6ce64932e2a242710f52173185d0e974c 100644
--- a/sky/engine/core/rendering/EllipsisBox.h
+++ b/sky/engine/core/rendering/EllipsisBox.h
@@ -30,8 +30,8 @@ class HitTestResult;
class EllipsisBox final : public InlineBox {
public:
EllipsisBox(RenderObject& obj, const AtomicString& ellipsisStr, InlineFlowBox* parent,
- int width, int height, int x, int y, bool firstLine, bool isVertical, InlineBox* markupBox)
- : InlineBox(obj, FloatPoint(x, y), width, firstLine, true, false, false, isVertical, 0, 0, parent)
+ int width, int height, int x, int y, bool firstLine, InlineBox* markupBox)
+ : InlineBox(obj, FloatPoint(x, y), width, firstLine, true, false, false, 0, 0, parent)
, m_shouldPaintMarkupBox(markupBox)
, m_height(height)
, m_str(ellipsisStr)
« no previous file with comments | « no previous file | sky/engine/core/rendering/EllipsisBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698