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

Unified Diff: third_party/WebKit/Source/core/style/StyleGeneratedImage.h

Issue 2392143002: reflow comments in core/style (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/core/style/StyleGeneratedImage.h
diff --git a/third_party/WebKit/Source/core/style/StyleGeneratedImage.h b/third_party/WebKit/Source/core/style/StyleGeneratedImage.h
index d9fcb7d9ba1f2fca2d830ede028ec5489aecf6a1..f6340555e8c1024828eb22b2868c1ea51d9436aa 100644
--- a/third_party/WebKit/Source/core/style/StyleGeneratedImage.h
+++ b/third_party/WebKit/Source/core/style/StyleGeneratedImage.h
@@ -60,8 +60,8 @@ class CORE_EXPORT StyleGeneratedImage final : public StyleImage {
private:
StyleGeneratedImage(const CSSImageGeneratorValue&);
- // TODO(sashab): Replace this with <const CSSImageGeneratorValue> once Member<>
- // supports const types.
+ // TODO(sashab): Replace this with <const CSSImageGeneratorValue> once
+ // Member<> supports const types.
Member<CSSImageGeneratorValue> m_imageGeneratorValue;
const bool m_fixedSize;
};
« no previous file with comments | « third_party/WebKit/Source/core/style/StyleFlexibleBoxData.cpp ('k') | third_party/WebKit/Source/core/style/StyleGridData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698