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

Unified Diff: Source/core/paint/FilterPainter.h

Issue 898783003: Move rendering/RenderLayer* to layout/ (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/DrawingRecorderTest.cpp ('k') | Source/core/paint/FilterPainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/FilterPainter.h
diff --git a/Source/core/paint/FilterPainter.h b/Source/core/paint/FilterPainter.h
index ca2a53190ccb60fd6663a32eae46a3274b079301..b0cde587af80b2e42fdf1261993ea22fad46bfd4 100644
--- a/Source/core/paint/FilterPainter.h
+++ b/Source/core/paint/FilterPainter.h
@@ -5,7 +5,7 @@
#ifndef FilterPainter_h
#define FilterPainter_h
-#include "core/rendering/LayerPaintingInfo.h"
+#include "core/layout/LayerPaintingInfo.h"
#include "wtf/OwnPtr.h"
namespace blink {
@@ -13,11 +13,11 @@ namespace blink {
class LayerClipRecorder;
class ClipRect;
class GraphicsContext;
-class RenderLayer;
+class Layer;
class FilterPainter {
public:
- FilterPainter(RenderLayer&, GraphicsContext*, const LayoutPoint& offsetFromRoot, const ClipRect&, LayerPaintingInfo&, PaintLayerFlags paintFlags, LayoutRect& rootRelativeBounds, bool& rootRelativeBoundsComputed);
+ FilterPainter(Layer&, GraphicsContext*, const LayoutPoint& offsetFromRoot, const ClipRect&, LayerPaintingInfo&, PaintLayerFlags paintFlags, LayoutRect& rootRelativeBounds, bool& rootRelativeBoundsComputed);
~FilterPainter();
private:
« no previous file with comments | « Source/core/paint/DrawingRecorderTest.cpp ('k') | Source/core/paint/FilterPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698