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

Unified Diff: third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h

Issue 2392343005: Reflow comments in core/css (Closed)
Patch Set: Revert clang-format 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/css/CSSImageGeneratorValue.h
diff --git a/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h b/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h
index 3099de67d65011334cb38304739197700abb919a..b2ec4ac326a7d148ec095e310c324ef2ffb0b506 100644
--- a/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h
+++ b/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h
@@ -87,9 +87,10 @@ class CORE_EXPORT CSSImageGeneratorValue : public CSSValue {
HashMap<IntSize, RefPtr<Image>>
m_images; // A cache of Image objects by image size.
- // TODO(Oilpan): when/if we can make the layoutObject point directly to the CSSImageGenerator value using
- // a member we don't need to have this hack where we keep a persistent to the instance as long as
- // there are clients in the LayoutObjectSizeCountMap.
+ // TODO(Oilpan): when/if we can make the layoutObject point directly to the
+ // CSSImageGenerator value using a member we don't need to have this hack
+ // where we keep a persistent to the instance as long as there are clients in
+ // the LayoutObjectSizeCountMap.
SelfKeepAlive<CSSImageGeneratorValue> m_keepAlive;
};
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSIdentifierValue.h ('k') | third_party/WebKit/Source/core/css/CSSImageSetValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698