| Index: third_party/WebKit/Source/core/paint/FirstMeaningfulPaintDetector.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/FirstMeaningfulPaintDetector.cpp b/third_party/WebKit/Source/core/paint/FirstMeaningfulPaintDetector.cpp
|
| index bf3ae51b9159583d5590672b865cc9a4fe5792fc..8591e50084c2883ad1cc5f3b0a2049e6ae1c21da 100644
|
| --- a/third_party/WebKit/Source/core/paint/FirstMeaningfulPaintDetector.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/FirstMeaningfulPaintDetector.cpp
|
| @@ -19,7 +19,7 @@ const int kBlankCharactersThreshold = 200;
|
|
|
| // FirstMeaningfulPaintDetector stops observing layouts and reports First
|
| // Meaningful Paint when this duration passed from last network activity.
|
| -const double kSecondsWithoutNetworkActivityThreshold = 2.0;
|
| +const double kSecondsWithoutNetworkActivityThreshold = 0.5;
|
|
|
| } // namespace
|
|
|
|
|