| 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 0ddcc3af41d4954bb735948bce3eb32af472351e..b1ca07f7164c768496f22d63af2fd4a1dc96c292 100644
|
| --- a/third_party/WebKit/Source/core/paint/FilterPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/FilterPainter.h
|
| @@ -33,7 +33,7 @@ class FilterPainter {
|
| bool m_filterInProgress;
|
| GraphicsContext& m_context;
|
| std::unique_ptr<LayerClipRecorder> m_clipRecorder;
|
| - LayoutObject* m_layoutObject;
|
| + LayoutObject& m_layoutObject;
|
| };
|
|
|
| } // namespace blink
|
|
|