| 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;
|
|
|