Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Side by Side Diff: third_party/WebKit/Source/platform/WebFrameScheduler.h

Issue 2649063002: [DO NOT COMMIT] Set ServiceWorker initiated task highest priority
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/scheduler/renderer/web_frame_scheduler_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef WebFrameScheduler_h 5 #ifndef WebFrameScheduler_h
6 #define WebFrameScheduler_h 6 #define WebFrameScheduler_h
7 7
8 #include "wtf/RefPtr.h" 8 #include "wtf/RefPtr.h"
9 9
10 namespace blink { 10 namespace blink {
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 virtual void didStopLoading(unsigned long identifier) {} 60 virtual void didStopLoading(unsigned long identifier) {}
61 61
62 // Tells the scheduler if we are parsing a document on another thread. This 62 // Tells the scheduler if we are parsing a document on another thread. This
63 // tells the scheduler not to advance virtual time if it's using the 63 // tells the scheduler not to advance virtual time if it's using the
64 // DETERMINISTIC_LOADING policy. 64 // DETERMINISTIC_LOADING policy.
65 virtual void setDocumentParsingInBackground(bool) {} 65 virtual void setDocumentParsingInBackground(bool) {}
66 66
67 // Tells the scheduler that the first meaningful paint has occured for this 67 // Tells the scheduler that the first meaningful paint has occured for this
68 // frame. 68 // frame.
69 virtual void onFirstMeaningfulPaint() {} 69 virtual void onFirstMeaningfulPaint() {}
70
71 // DO NOT COMMIT.
72 virtual void setMaximumPriorityForLabTest() {}
70 }; 73 };
71 74
72 } // namespace blink 75 } // namespace blink
73 76
74 #endif // WebFrameScheduler_h 77 #endif // WebFrameScheduler_h
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/scheduler/renderer/web_frame_scheduler_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698