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 |