| Index: third_party/WebKit/Source/web/PageOverlay.cpp
|
| diff --git a/third_party/WebKit/Source/web/PageOverlay.cpp b/third_party/WebKit/Source/web/PageOverlay.cpp
|
| index 94b40a66a631b902df27414cb5558b57aecfcc33..56a8150580ebba760b644f2674c0a246dd3f9891 100644
|
| --- a/third_party/WebKit/Source/web/PageOverlay.cpp
|
| +++ b/third_party/WebKit/Source/web/PageOverlay.cpp
|
| @@ -84,7 +84,8 @@ void PageOverlay::update() {
|
| m_viewImpl->mainFrameDevToolsAgentImpl())
|
| devTools->willAddPageOverlay(m_layer.get());
|
|
|
| - // This is required for contents of overlay to stay in sync with the page while scrolling.
|
| + // This is required for contents of overlay to stay in sync with the page
|
| + // while scrolling.
|
| WebLayer* platformLayer = m_layer->platformLayer();
|
| platformLayer->addMainThreadScrollingReasons(
|
| MainThreadScrollingReason::kPageOverlay);
|
|
|