| Index: third_party/WebKit/Source/core/paint/ScopeRecorder.h
|
| diff --git a/third_party/WebKit/Source/core/paint/ScopeRecorder.h b/third_party/WebKit/Source/core/paint/ScopeRecorder.h
|
| index 99ac59ca10dad2dd48da95776bc7c9a1392cda11..3ec82963fdc2574b2ef214c0d339093cb2d843bc 100644
|
| --- a/third_party/WebKit/Source/core/paint/ScopeRecorder.h
|
| +++ b/third_party/WebKit/Source/core/paint/ScopeRecorder.h
|
| @@ -11,9 +11,9 @@
|
|
|
| namespace blink {
|
|
|
| -class DisplayItemList;
|
| class GraphicsContext;
|
| class LayoutObject;
|
| +class PaintController;
|
|
|
| class CORE_EXPORT ScopeRecorder {
|
| ALLOW_ONLY_INLINE_ALLOCATION();
|
| @@ -23,7 +23,7 @@ public:
|
| ~ScopeRecorder();
|
|
|
| private:
|
| - DisplayItemList* m_displayItemList;
|
| + PaintController* m_paintController;
|
| };
|
|
|
| } // namespace blink
|
|
|