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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrame.h

Issue 2393313002: reflow comments in core/frame (Closed)
Patch Set: tweak 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/core/frame/LocalFrame.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
index 342afbd81f3114334d1dc9a77ae45447c1a8920b..3c1b9143e3451afbc46ed08417c2ac5e6f288838 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrame.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
@@ -5,7 +5,8 @@
* 2000-2001 Simon Hausmann <hausmann@kde.org>
* 2000-2001 Dirk Mueller <mueller@kde.org>
* 2000 Stefan Schimanski <1Stein@gmx.de>
- * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Apple Inc. All rights reserved.
+ * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Apple Inc. All rights
+ * reserved.
* Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies)
* Copyright (C) 2008 Eric Seidel <eric@webkit.org>
*
@@ -128,8 +129,8 @@ class CORE_EXPORT LocalFrame final : public Frame,
void setPagePopupOwner(Element&);
Element* pagePopupOwner() const { return m_pagePopupOwner.get(); }
- LayoutView* contentLayoutObject()
- const; // Root of the layout tree for the document contained in this frame.
+ // Root of the layout tree for the document contained in this frame.
+ LayoutView* contentLayoutObject() const;
LayoutViewItem contentLayoutItem() const;
Editor& editor() const;
@@ -160,7 +161,9 @@ class CORE_EXPORT LocalFrame final : public Frame,
return m_instrumentingAgents.get();
}
- // ======== All public functions below this point are candidates to move out of LocalFrame into another class. ========
+ // =========================================================================
+ // All public functions below this point are candidates to move out of
+ // LocalFrame into another class.
// See GraphicsLayerClient.h for accepted flags.
String layerTreeAsText(unsigned flags = 0) const;
@@ -350,7 +353,8 @@ class FrameNavigationDisabler {
// }
//
// In Trace Viewer, we can find the cost of slice |foo| attributed to |frame|.
-// Design doc: https://docs.google.com/document/d/15BB-suCb9j-nFt55yCFJBJCGzLg2qUm3WaSOPb8APtI/edit?usp=sharing
+// Design doc:
+// https://docs.google.com/document/d/15BB-suCb9j-nFt55yCFJBJCGzLg2qUm3WaSOPb8APtI/edit?usp=sharing
class ScopedFrameBlamer {
WTF_MAKE_NONCOPYABLE(ScopedFrameBlamer);
STACK_ALLOCATED();
« no previous file with comments | « third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp ('k') | third_party/WebKit/Source/core/frame/LocalFrame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698