| 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 7dbedb1510eff2c7f6a7b63323f613e61350b091..7b8eeca59ecbb8cba0689cdc45f00f292caec63e 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.h
|
| @@ -71,6 +71,7 @@ class LayoutSVGResourceContainer : public LayoutSVGHiddenContainer {
|
| bool needsLayout = true);
|
|
|
| void clearInvalidationMask() { m_invalidationMask = 0; }
|
| + const HashSet<LayoutObject*>& clients() { return m_clients; }
|
|
|
| protected:
|
| // When adding modes, make sure we don't overflow m_invalidationMask below.
|
|
|