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

Unified Diff: third_party/WebKit/Source/core/frame/FrameSerializer.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/FrameSerializer.h
diff --git a/third_party/WebKit/Source/core/frame/FrameSerializer.h b/third_party/WebKit/Source/core/frame/FrameSerializer.h
index 44f0f2613b1c359ff2cfa2e975a928b4ebfeb9e4..e2e6885bd68b150614d52545edbb157c0f6f2fa9 100644
--- a/third_party/WebKit/Source/core/frame/FrameSerializer.h
+++ b/third_party/WebKit/Source/core/frame/FrameSerializer.h
@@ -58,8 +58,9 @@ class StylePropertySet;
struct SerializedResource;
-// This class is used to serialize frame's contents back to text (typically HTML).
-// It serializes frame's document and resources such as images and CSS stylesheets.
+// This class is used to serialize frame's contents back to text (typically
+// HTML). It serializes frame's document and resources such as images and CSS
+// stylesheets.
class CORE_EXPORT FrameSerializer final {
STACK_ALLOCATED();
@@ -105,11 +106,13 @@ class CORE_EXPORT FrameSerializer final {
static String markOfTheWebDeclaration(const KURL&);
private:
- // Serializes the stylesheet back to text and adds it to the resources if URL is not-empty.
- // It also adds any resources included in that stylesheet (including any imported stylesheets and their own resources).
+ // Serializes the stylesheet back to text and adds it to the resources if URL
+ // is not-empty. It also adds any resources included in that stylesheet
+ // (including any imported stylesheets and their own resources).
void serializeCSSStyleSheet(CSSStyleSheet&, const KURL&);
- // Serializes the css rule (including any imported stylesheets), adding referenced resources.
+ // Serializes the css rule (including any imported stylesheets), adding
+ // referenced resources.
void serializeCSSRule(CSSRule*);
bool shouldAddURL(const KURL&);
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameHost.h ('k') | third_party/WebKit/Source/core/frame/FrameSerializer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698