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

Unified Diff: Source/core/layout/line/LineWidth.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
« no previous file with comments | « Source/core/layout/line/LineBreaker.cpp ('k') | Source/core/layout/line/LineWidth.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/line/LineWidth.h
diff --git a/Source/core/layout/line/LineWidth.h b/Source/core/layout/line/LineWidth.h
index e1c79b2e3357fd22271a7277271b78aebd715b76..4afd77fa4afeddc1d9649c18969e48be5a9ebbec 100644
--- a/Source/core/layout/line/LineWidth.h
+++ b/Source/core/layout/line/LineWidth.h
@@ -35,7 +35,7 @@
namespace blink {
class FloatingObject;
-class RenderObject;
+class LayoutObject;
class LayoutRubyRun;
class RenderBlockFlow;
@@ -64,7 +64,7 @@ public:
void shrinkAvailableWidthForNewFloatIfNeeded(FloatingObject*);
void addUncommittedWidth(float delta) { m_uncommittedWidth += delta; }
void commit();
- void applyOverhang(LayoutRubyRun*, RenderObject* startRenderer, RenderObject* endRenderer);
+ void applyOverhang(LayoutRubyRun*, LayoutObject* startRenderer, LayoutObject* endRenderer);
void fitBelowFloats(bool isFirstLine = false);
void setTrailingWhitespaceWidth(float width) { m_trailingWhitespaceWidth = width; }
« no previous file with comments | « Source/core/layout/line/LineBreaker.cpp ('k') | Source/core/layout/line/LineWidth.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698