Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1856)

Unified Diff: Source/core/svg/SVGStyleElement.h

Issue 1150623003: Revamp asynchronous (load) event dispatching for SVG elements (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698