| Index: Source/core/svg/SVGStyleElement.h
|
| diff --git a/Source/core/svg/SVGStyleElement.h b/Source/core/svg/SVGStyleElement.h
|
| index 02ab6be43d7f8ac07a4b9a10dfe2645bf73f52e7..1b1a919abe33eafb7404491a02d0f064051bd99a 100644
|
| --- a/Source/core/svg/SVGStyleElement.h
|
| +++ b/Source/core/svg/SVGStyleElement.h
|
| @@ -70,11 +70,8 @@ private:
|
| virtual bool layoutObjectIsNeeded(const ComputedStyle&) override { return false; }
|
|
|
| virtual bool sheetLoaded() override { return StyleElement::sheetLoaded(document()); }
|
| + virtual void notifyLoadedSheetAndAllCriticalSubresources(LoadedSheetErrorStatus) override;
|
| virtual void startLoadingDynamicSheet() override { StyleElement::startLoadingDynamicSheet(document()); }
|
| - virtual Timer<SVGElement>* svgLoadEventTimer() override { return &m_svgLoadEventTimer; }
|
| - void sendSVGErrorEventAsynchronously();
|
| -
|
| - Timer<SVGElement> m_svgLoadEventTimer;
|
| };
|
|
|
| } // namespace blink
|
|
|