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

Unified Diff: third_party/WebKit/Source/core/css/StyleRuleImport.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/StyleRuleImport.h
diff --git a/third_party/WebKit/Source/core/css/StyleRuleImport.h b/third_party/WebKit/Source/core/css/StyleRuleImport.h
index a5b4497a86cd920de7b4eff4a44d35a905edbcb2..c965a6c9670676d425df4a9e8fddb9de3b0440a7 100644
--- a/third_party/WebKit/Source/core/css/StyleRuleImport.h
+++ b/third_party/WebKit/Source/core/css/StyleRuleImport.h
@@ -58,9 +58,10 @@ class StyleRuleImport : public StyleRuleBase {
DECLARE_TRACE_AFTER_DISPATCH();
private:
- // FIXME: inherit from StyleSheetResourceClient directly to eliminate back pointer, as there are no space savings in this.
- // NOTE: We put the StyleSheetResourceClient in a member instead of inheriting from it
- // to avoid adding a vptr to StyleRuleImport.
+ // FIXME: inherit from StyleSheetResourceClient directly to eliminate back
+ // pointer, as there are no space savings in this.
+ // NOTE: We put the StyleSheetResourceClient in a member instead of inheriting
+ // from it to avoid adding a vptr to StyleRuleImport.
class ImportedStyleSheetClient final
: public GarbageCollectedFinalized<ImportedStyleSheetClient>,
public StyleSheetResourceClient {

Powered by Google App Engine
This is Rietveld 408576698