| 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 34ab1db5ed5de7ecf31e483898b2558cdd30c748..6c203a14c8f0de1b9dc47771f7f93a6bdf46020a 100644
|
| --- a/third_party/WebKit/Source/core/paint/FirstMeaningfulPaintDetector.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/FirstMeaningfulPaintDetector.cpp
|
| @@ -19,11 +19,6 @@ namespace {
|
| // Meaningful Paint.
|
| const int kBlankCharactersThreshold = 200;
|
|
|
| -// The page is n-quiet if there are no more than n active network requests for
|
| -// this duration of time.
|
| -const double kNetwork2QuietWindowSeconds = 3;
|
| -const double kNetwork0QuietWindowSeconds = 0.5;
|
| -
|
| } // namespace
|
|
|
| FirstMeaningfulPaintDetector& FirstMeaningfulPaintDetector::from(
|
|
|