| Index: third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| index c70570404b9453110306eb4553db52fe0f138466..45e1736605ae60aca446e877b3929e419dd73f8b 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| @@ -1256,6 +1256,11 @@ std::unique_ptr<base::trace_event::ConvertableToTraceFormat> GraphicsLayer::Take
|
| return std::move(tracedValue);
|
| }
|
|
|
| +void GraphicsLayer::didUpdateMainThreadScrollingReasons()
|
| +{
|
| + m_debugInfo.setMainThreadScrollingReasons(platformLayer()->mainThreadScrollingReasons());
|
| +}
|
| +
|
| PaintController& GraphicsLayer::getPaintController()
|
| {
|
| RELEASE_ASSERT(drawsContent());
|
|
|