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

Unified Diff: third_party/WebKit/public/platform/WebFrameScheduler.h

Issue 2387113002: reflow comments in public/platform/ (Closed)
Patch Set: nit Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/public/platform/WebFrameScheduler.h
diff --git a/third_party/WebKit/public/platform/WebFrameScheduler.h b/third_party/WebKit/public/platform/WebFrameScheduler.h
index dba47de230908c3de62d8b4e82e71c5c4782a948..d8be1dfebe62f6b88942e2bfe2f24d407dec5d7d 100644
--- a/third_party/WebKit/public/platform/WebFrameScheduler.h
+++ b/third_party/WebKit/public/platform/WebFrameScheduler.h
@@ -23,7 +23,8 @@ class BLINK_PLATFORM_EXPORT WebFrameScheduler {
virtual void setFrameVisible(bool) {}
// Tells the scheduler that the page this frame belongs to is not visible.
- // The scheduler may throttle tasks associated with pages that are not visible.
+ // The scheduler may throttle tasks associated with pages that are not
+ // visible.
virtual void setPageVisible(bool) {}
// Set whether this frame is cross origin w.r.t. the top level frame. Cross
« no previous file with comments | « third_party/WebKit/public/platform/WebFileWriterClient.h ('k') | third_party/WebKit/public/platform/WebGestureCurve.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698