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

Unified Diff: third_party/WebKit/Source/core/style/StylePendingImage.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/StylePendingImage.h
diff --git a/third_party/WebKit/Source/core/style/StylePendingImage.h b/third_party/WebKit/Source/core/style/StylePendingImage.h
index fdf94056172801569c9994d792b3e8acc9b51bc7..9ec388cf074a80f3b42c61b37cfbb3f7a0345488 100644
--- a/third_party/WebKit/Source/core/style/StylePendingImage.h
+++ b/third_party/WebKit/Source/core/style/StylePendingImage.h
@@ -36,9 +36,10 @@
namespace blink {
-// StylePendingImage is a placeholder StyleImage that is entered into the ComputedStyle during
-// style resolution, in order to avoid loading images that are not referenced by the final style.
-// They should never exist in a ComputedStyle after it has been returned from the style selector.
+// StylePendingImage is a placeholder StyleImage that is entered into the
+// ComputedStyle during style resolution, in order to avoid loading images that
+// are not referenced by the final style. They should never exist in a
+// ComputedStyle after it has been returned from the style selector.
class StylePendingImage final : public StyleImage {
public:
« no previous file with comments | « third_party/WebKit/Source/core/style/StyleGridData.cpp ('k') | third_party/WebKit/Source/core/style/StyleRareInheritedData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698