| Index: third_party/WebKit/public/platform/WebViewScheduler.h
|
| diff --git a/third_party/WebKit/public/platform/WebViewScheduler.h b/third_party/WebKit/public/platform/WebViewScheduler.h
|
| index 29c6c538dbbf357dec0df1e0044467062cbaf772..ade2394ebf7e3c315f8b03409dd91af2699cfa2c 100644
|
| --- a/third_party/WebKit/public/platform/WebViewScheduler.h
|
| +++ b/third_party/WebKit/public/platform/WebViewScheduler.h
|
| @@ -54,7 +54,8 @@ public:
|
|
|
| // In this policy virtual time is allowed to advance unless there are pending network
|
| // fetches associated any child WebFrameScheduler, or a document is being parsed on a
|
| - // background thread. The aim being to try and make loading (more) deterministic.
|
| + // background thread. Initially virtual time is not allowed to advance until we have seen
|
| + // at least one load. The aim being to try and make loading (more) deterministic.
|
| DETERMINISTIC_LOADING
|
| };
|
|
|
|
|