| Index: third_party/WebKit/Source/core/paint/FilterPainter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/FilterPainter.h b/third_party/WebKit/Source/core/paint/FilterPainter.h
|
| index 20a87fa3468e94f99404b8e54afb12bf31100adf..c178b7027000eb7915a79288d598ea9e1804d4ec 100644
|
| --- a/third_party/WebKit/Source/core/paint/FilterPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/FilterPainter.h
|
| @@ -19,12 +19,12 @@ class LayerClipRecorder;
|
| class FilterPainter {
|
| STACK_ALLOCATED();
|
| public:
|
| - FilterPainter(PaintLayer&, GraphicsContext*, const LayoutPoint& offsetFromRoot, const ClipRect&, PaintLayerPaintingInfo&, PaintLayerFlags paintFlags, LayoutRect& rootRelativeBounds, bool& rootRelativeBoundsComputed);
|
| + FilterPainter(PaintLayer&, GraphicsContext&, const LayoutPoint& offsetFromRoot, const ClipRect&, PaintLayerPaintingInfo&, PaintLayerFlags paintFlags, LayoutRect& rootRelativeBounds, bool& rootRelativeBoundsComputed);
|
| ~FilterPainter();
|
|
|
| private:
|
| bool m_filterInProgress;
|
| - GraphicsContext* m_context;
|
| + GraphicsContext& m_context;
|
| OwnPtr<LayerClipRecorder> m_clipRecorder;
|
| LayoutObject* m_layoutObject;
|
| };
|
|
|