| Index: Source/core/paint/FilterPainter.h
|
| diff --git a/Source/core/paint/FilterPainter.h b/Source/core/paint/FilterPainter.h
|
| index b0cde587af80b2e42fdf1261993ea22fad46bfd4..37e6d04cea6791b7bfa770bb374d4d0b3deb5a3f 100644
|
| --- a/Source/core/paint/FilterPainter.h
|
| +++ b/Source/core/paint/FilterPainter.h
|
| @@ -24,7 +24,7 @@ private:
|
| bool m_filterInProgress;
|
| GraphicsContext* m_context;
|
| OwnPtr<LayerClipRecorder> m_clipRecorder;
|
| - RenderObject* m_renderer;
|
| + LayoutObject* m_renderer;
|
| };
|
|
|
| } // namespace blink
|
|
|