| Index: third_party/WebKit/Source/core/paint/ScrollRecorder.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/ScrollRecorder.cpp b/third_party/WebKit/Source/core/paint/ScrollRecorder.cpp
|
| index 5d788de3eb3a19f4f97b34374cee44859d296d34..5788b0c34088beb1681196f53df844516fa79d36 100644
|
| --- a/third_party/WebKit/Source/core/paint/ScrollRecorder.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/ScrollRecorder.cpp
|
| @@ -29,8 +29,8 @@ ScrollRecorder::ScrollRecorder(GraphicsContext& context,
|
| currentOffset) {}
|
|
|
| ScrollRecorder::~ScrollRecorder() {
|
| - m_context.getPaintController().endItem<EndScrollDisplayItem>(
|
| - m_client, DisplayItem::scrollTypeToEndScrollType(m_beginItemType));
|
| + context_.GetPaintController().EndItem<EndScrollDisplayItem>(
|
| + client_, DisplayItem::ScrollTypeToEndScrollType(begin_item_type_));
|
| }
|
|
|
| } // namespace blink
|
|
|