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

Unified Diff: third_party/WebKit/Source/core/style/StyleFetchedImageSet.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/StyleFetchedImageSet.h
diff --git a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
index d7ee1bd183b72a960b26453da278c1eba4adaa19..8a93b02b1009bd9edd08835234ed465aff137be1 100644
--- a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
+++ b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
@@ -54,9 +54,9 @@ class StyleFetchedImageSet final : public StyleImage, private ResourceClient {
CSSValue* cssValue() const override;
CSSValue* computedCSSValue() const override;
- // FIXME: This is used by StyleImage for equals comparison, but this implementation
- // only looks at the image from the set that we have loaded. I'm not sure if that is
- // meaningful enough or not.
+ // FIXME: This is used by StyleImage for equals comparison, but this
+ // implementation only looks at the image from the set that we have loaded.
+ // I'm not sure if that is meaningful enough or not.
WrappedImagePtr data() const override;
bool canRender() const override;
« no previous file with comments | « third_party/WebKit/Source/core/style/StyleDifference.h ('k') | third_party/WebKit/Source/core/style/StyleFlexibleBoxData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698