| Index: third_party/WebKit/Source/core/paint/ScrollRecorder.h
|
| diff --git a/third_party/WebKit/Source/core/paint/ScrollRecorder.h b/third_party/WebKit/Source/core/paint/ScrollRecorder.h
|
| index 4f45e3bf01d13abd9c4a121ab44ed0442dcdc68b..90b57eb1889b5e4fb93c6e5022f6822ee821315d 100644
|
| --- a/third_party/WebKit/Source/core/paint/ScrollRecorder.h
|
| +++ b/third_party/WebKit/Source/core/paint/ScrollRecorder.h
|
| @@ -20,10 +20,10 @@ class GraphicsContext;
|
| class CORE_EXPORT ScrollRecorder {
|
| USING_FAST_MALLOC(ScrollRecorder);
|
| public:
|
| - ScrollRecorder(GraphicsContext&, const DisplayItemClientWrapper&, PaintPhase, const IntSize& currentOffset);
|
| + ScrollRecorder(GraphicsContext&, const DisplayItemClient&, PaintPhase, const IntSize& currentOffset);
|
| ~ScrollRecorder();
|
| private:
|
| - DisplayItemClientWrapper m_client;
|
| + const DisplayItemClient& m_client;
|
| DisplayItem::Type m_beginItemType;
|
| GraphicsContext& m_context;
|
| };
|
|
|