| Index: third_party/WebKit/Source/core/svg/SVGDocumentExtensions.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGDocumentExtensions.h b/third_party/WebKit/Source/core/svg/SVGDocumentExtensions.h
|
| index f92bbcb90ee564c5de1f8acf71a0edaac8fdf994..6d4671f53fcb62373648361c0ea953e74e86091b 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGDocumentExtensions.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGDocumentExtensions.h
|
| @@ -53,9 +53,9 @@ class SVGDocumentExtensions
|
|
|
| void startAnimations();
|
| void pauseAnimations();
|
| - void dispatchSVGLoadEventToOutermostSVGElements();
|
| + void serviceAnimations();
|
|
|
| - void reportError(const String&);
|
| + void dispatchSVGLoadEventToOutermostSVGElements();
|
|
|
| SVGResourcesCache& resourcesCache() { return m_resourcesCache; }
|
|
|
| @@ -86,9 +86,6 @@ class SVGDocumentExtensions
|
| #if DCHECK_IS_ON()
|
| bool m_inRelativeLengthSVGRootsInvalidation = false;
|
| #endif
|
| -
|
| - public:
|
| - void serviceAnimations();
|
| };
|
|
|
| } // namespace blink
|
|
|