| Index: third_party/WebKit/Source/core/layout/svg/SVGResources.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGResources.cpp b/third_party/WebKit/Source/core/layout/svg/SVGResources.cpp
|
| index d2f4c08b6d4cd55a8fceab49ccad638cc11cc759..d1ebe21e94f84c9368134b42cf4f49a1dbdb1a0d 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/SVGResources.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGResources.cpp
|
| @@ -165,7 +165,7 @@ ContainerType* AttachToResource(SVGTreeScopeResources& tree_scope_resources,
|
| tree_scope_resources.AddPendingResource(id, element);
|
| return nullptr;
|
| }
|
| -}
|
| +} // namespace
|
|
|
| bool SVGResources::HasResourceData() const {
|
| return clipper_filter_masker_data_ || marker_data_ || fill_stroke_data_ ||
|
|
|