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

Unified Diff: Source/core/svg/SVGElement.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
« no previous file with comments | « no previous file | Source/core/svg/SVGElement.cpp » ('j') | Source/core/svg/SVGStyleElement.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGElement.h
diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h
index f06beabeb2747fae9563bf920436527400b341dd..e835925aff69298f4cabe31b2521bbf75ae5c364 100644
--- a/Source/core/svg/SVGElement.h
+++ b/Source/core/svg/SVGElement.h
@@ -26,7 +26,6 @@
#include "core/dom/Element.h"
#include "core/svg/SVGParsingError.h"
#include "core/svg/properties/SVGPropertyInfo.h"
-#include "platform/Timer.h"
#include "platform/heap/Handle.h"
#include "wtf/HashMap.h"
#include "wtf/OwnPtr.h"
@@ -100,9 +99,6 @@ public:
void sendSVGLoadEventToSelfAndAncestorChainIfPossible();
bool sendSVGLoadEventIfPossible();
- void sendSVGLoadEventIfPossibleAsynchronously();
- void svgLoadEventTimerFired(Timer<SVGElement>*);
- virtual Timer<SVGElement>* svgLoadEventTimer();
virtual AffineTransform* animateMotionTransform() { return nullptr; }
« no previous file with comments | « no previous file | Source/core/svg/SVGElement.cpp » ('j') | Source/core/svg/SVGStyleElement.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698