Index: third_party/WebKit/public/web/WebFrameWidget.h |
diff --git a/third_party/WebKit/public/web/WebFrameWidget.h b/third_party/WebKit/public/web/WebFrameWidget.h |
index a3c09b729b67a2c96d537ef75fd4c3793976ee31..48e8ebd3bb4f14d4431662f5cc22a38bad298797 100644 |
--- a/third_party/WebKit/public/web/WebFrameWidget.h |
+++ b/third_party/WebKit/public/web/WebFrameWidget.h |
@@ -52,9 +52,9 @@ class WebFrameWidget : public WebWidget { |
WebLocalFrame* mainFrame); |
// Sets the visibility of the WebFrameWidget. |
- // We still track page-level visibility, but additionally we need to notify a WebFrameWidget |
- // when its owning RenderWidget receives a Show or Hide directive, so that it knows whether |
- // it needs to draw or not. |
+ // We still track page-level visibility, but additionally we need to notify a |
+ // WebFrameWidget when its owning RenderWidget receives a Show or Hide |
+ // directive, so that it knows whether it needs to draw or not. |
virtual void setVisibilityState(WebPageVisibilityState visibilityState) {} |
// Makes the WebFrameWidget transparent. This is useful if you want to have |