| Index: third_party/WebKit/Source/core/page/Page.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/Page.cpp b/third_party/WebKit/Source/core/page/Page.cpp
|
| index 037913400a533a017c86ab3ddb1bc1688c07e2ea..5864cb54b720187fa29ba9d03c408b09b792918a 100644
|
| --- a/third_party/WebKit/Source/core/page/Page.cpp
|
| +++ b/third_party/WebKit/Source/core/page/Page.cpp
|
| @@ -49,6 +49,7 @@
|
| #include "core/page/ValidationMessageClient.h"
|
| #include "core/page/scrolling/ScrollingCoordinator.h"
|
| #include "core/paint/PaintLayer.h"
|
| +#include "core/paint/PaintTiming.h"
|
| #include "platform/graphics/GraphicsLayer.h"
|
| #include "platform/plugins/PluginData.h"
|
| #include "public/platform/Platform.h"
|
| @@ -494,6 +495,7 @@ void Page::didCommitLoad(LocalFrame* frame)
|
| frameHost().visualViewport().sendUMAMetrics();
|
| m_originsUsingFeatures.updateMeasurementsAndClear();
|
| UserGestureIndicator::clearProcessedUserGestureSinceLoad();
|
| + PaintTiming::from(*frame->document()).setLoadCommitted();
|
| }
|
| }
|
|
|
|
|