| Index: Source/core/paint/FilterPainter.h
|
| diff --git a/Source/core/paint/FilterPainter.h b/Source/core/paint/FilterPainter.h
|
| index 04b2934242d3f990f98434d28ecf2671c0d9b3e0..9c818c05568a7376306786fddf2c475bc156ac97 100644
|
| --- a/Source/core/paint/FilterPainter.h
|
| +++ b/Source/core/paint/FilterPainter.h
|
| @@ -11,7 +11,7 @@
|
|
|
| namespace blink {
|
|
|
| -class LayerClipRecorder;
|
| +class ClipRecorder;
|
| class ClipRect;
|
| class GraphicsContext;
|
| class RenderLayer;
|
| @@ -49,7 +49,7 @@
|
| private:
|
| bool m_filterInProgress;
|
| GraphicsContext* m_context;
|
| - OwnPtr<LayerClipRecorder> m_clipRecorder;
|
| + OwnPtr<ClipRecorder> m_clipRecorder;
|
| RenderObject* m_renderer;
|
| };
|
|
|
|
|