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

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.h

Issue 2400783002: Reformat comments in core/layout/svg (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/layout/svg/LayoutSVGResourceContainer.h
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.h
index 86066fc95a1c094bfa9d67420d65654fabdcf955..9cb95e271df9b3894133e02a735e2d35113473b2 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.h
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.h
@@ -85,7 +85,8 @@ class LayoutSVGResourceContainer : public LayoutSVGHiddenContainer {
ParentOnlyInvalidation = 1 << 3
};
- // Used from the invalidateClient/invalidateClients methods from classes, inheriting from us.
+ // Used from the invalidateClient/invalidateClients methods from classes,
+ // inheriting from us.
void markAllClientsForInvalidation(InvalidationMode);
void markAllResourceClientsForInvalidation();
void markClientForInvalidation(LayoutObject*, InvalidationMode);
@@ -103,7 +104,8 @@ class LayoutSVGResourceContainer : public LayoutSVGHiddenContainer {
void registerResource();
AtomicString m_id;
- // Track global (markAllClientsForInvalidation) invals to avoid redundant crawls.
+ // Track global (markAllClientsForInvalidation) invals to avoid redundant
+ // crawls.
unsigned m_invalidationMask : 8;
unsigned m_registered : 1;

Powered by Google App Engine
This is Rietveld 408576698