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

Unified Diff: third_party/WebKit/Source/web/WebFrameImplBase.h

Issue 2389633002: reflow comments in 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
Index: third_party/WebKit/Source/web/WebFrameImplBase.h
diff --git a/third_party/WebKit/Source/web/WebFrameImplBase.h b/third_party/WebKit/Source/web/WebFrameImplBase.h
index 85734be61a34bd59cc6e2942a9a787bd0b3ab776..0e6b304df4af78b3fe922e2310bb7baa709986a5 100644
--- a/third_party/WebKit/Source/web/WebFrameImplBase.h
+++ b/third_party/WebKit/Source/web/WebFrameImplBase.h
@@ -37,7 +37,8 @@ class WEB_EXPORT WebFrameImplBase
FrameOwner*,
const AtomicString& name,
const AtomicString& uniqueName) = 0;
- // TODO(dcheng): Rename this to coreFrame()? This probably also shouldn't be const...
+ // TODO(dcheng): Rename this to coreFrame()? This probably also shouldn't be
+ // const...
virtual Frame* frame() const = 0;
DECLARE_VIRTUAL_TRACE();
« no previous file with comments | « third_party/WebKit/Source/web/WebFrameContentDumper.cpp ('k') | third_party/WebKit/Source/web/WebFrameSerializer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698