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

Unified Diff: Source/core/paint/RoundedInnerRectClipper.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/ReplacedPainter.cpp ('k') | Source/core/paint/RoundedInnerRectClipper.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/RoundedInnerRectClipper.h
diff --git a/Source/core/paint/RoundedInnerRectClipper.h b/Source/core/paint/RoundedInnerRectClipper.h
index c2398f9d395ddaba4f2da986dae132ddadb41ba7..e57f839f4ad624330323f722557972e2a4d8da2a 100644
--- a/Source/core/paint/RoundedInnerRectClipper.h
+++ b/Source/core/paint/RoundedInnerRectClipper.h
@@ -12,7 +12,7 @@ namespace blink {
class FloatRoundedRect;
class LayoutRect;
-class RenderObject;
+class LayoutObject;
struct PaintInfo;
enum RoundedInnerRectClipperBehavior {
@@ -22,11 +22,11 @@ enum RoundedInnerRectClipperBehavior {
class RoundedInnerRectClipper {
public:
- RoundedInnerRectClipper(RenderObject&, const PaintInfo&, const LayoutRect&, const FloatRoundedRect& clipRect, RoundedInnerRectClipperBehavior);
+ RoundedInnerRectClipper(LayoutObject&, const PaintInfo&, const LayoutRect&, const FloatRoundedRect& clipRect, RoundedInnerRectClipperBehavior);
~RoundedInnerRectClipper();
private:
- RenderObject& m_renderer;
+ LayoutObject& m_renderer;
const PaintInfo& m_paintInfo;
bool m_useDisplayItemList;
DisplayItem::Type m_clipType;
« no previous file with comments | « Source/core/paint/ReplacedPainter.cpp ('k') | Source/core/paint/RoundedInnerRectClipper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698