| Index: third_party/WebKit/Source/core/svg/SVGUseElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGUseElement.h b/third_party/WebKit/Source/core/svg/SVGUseElement.h
|
| index f743dc04996f5ef498daa8976d091056526d2c36..85abe420a49a82a93d7ccc6b60b1905212b839b6 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGUseElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGUseElement.h
|
| @@ -58,6 +58,7 @@ public:
|
| void buildPendingResource() override;
|
|
|
| void dispatchPendingEvent(SVGUseEventSender*);
|
| + bool isVisibleGraphicsElementForClipping();
|
| void toClipPath(Path&) const;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|