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

Unified Diff: third_party/WebKit/public/web/WebFrameWidget.h

Issue 2388103002: reflow comments in public/web (Closed)
Patch Set: 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
« no previous file with comments | « third_party/WebKit/public/web/WebFrameClient.h ('k') | third_party/WebKit/public/web/WebHitTestResult.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/WebKit/public/web/WebFrameClient.h ('k') | third_party/WebKit/public/web/WebHitTestResult.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698