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

Unified Diff: Source/core/rendering/PaintInvalidationState.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/rendering/PaintInfo.h ('k') | Source/core/rendering/PaintInvalidationState.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/PaintInvalidationState.h
diff --git a/Source/core/rendering/PaintInvalidationState.h b/Source/core/rendering/PaintInvalidationState.h
index 7b5677c898474e2b2da57607414f467e3b95e274..fd0f3c101978ef6fa9636bfb947da4dac2a59ba8 100644
--- a/Source/core/rendering/PaintInvalidationState.h
+++ b/Source/core/rendering/PaintInvalidationState.h
@@ -12,7 +12,7 @@
namespace blink {
class LayoutLayerModelObject;
-class RenderObject;
+class LayoutObject;
class RenderSVGModelObject;
class RenderView;
@@ -41,7 +41,7 @@ public:
return m_cachedOffsetsEnabled && container == &m_paintInvalidationContainer;
}
private:
- void applyClipIfNeeded(const RenderObject&);
+ void applyClipIfNeeded(const LayoutObject&);
void addClipRectRelativeToPaintOffset(const LayoutSize& clipSize);
friend class ForceHorriblySlowRectMapping;
« no previous file with comments | « Source/core/rendering/PaintInfo.h ('k') | Source/core/rendering/PaintInvalidationState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698