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

Unified Diff: Source/core/paint/TextPainter.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/paint/TablePainter.cpp ('k') | Source/core/paint/TextPainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/TextPainter.h
diff --git a/Source/core/paint/TextPainter.h b/Source/core/paint/TextPainter.h
index 9ea568017e799ce6d88db1fd73469ddf05344649..bfc9d244dc04fa5ffc90dd3052694b0953579e47 100644
--- a/Source/core/paint/TextPainter.h
+++ b/Source/core/paint/TextPainter.h
@@ -20,7 +20,7 @@ class Font;
class GraphicsContext;
class GraphicsContextStateSaver;
class RenderCombineText;
-class RenderObject;
+class LayoutObject;
class RenderStyle;
class ShadowList;
class TextRun;
@@ -57,8 +57,8 @@ public:
}
bool operator!=(const Style& other) { return !(*this == other); }
};
- static Style textPaintingStyle(RenderObject&, const RenderStyle&, bool forceBlackText, bool isPrinting);
- static Style selectionPaintingStyle(RenderObject&, bool haveSelection, bool forceBlackText, bool isPrinting, const Style& textStyle);
+ static Style textPaintingStyle(LayoutObject&, const RenderStyle&, bool forceBlackText, bool isPrinting);
+ static Style selectionPaintingStyle(LayoutObject&, bool haveSelection, bool forceBlackText, bool isPrinting, const Style& textStyle);
enum RotationDirection { Counterclockwise, Clockwise };
static AffineTransform rotation(const FloatRectWillBeLayoutRect& boxRect, RotationDirection);
« no previous file with comments | « Source/core/paint/TablePainter.cpp ('k') | Source/core/paint/TextPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698