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

Unified Diff: third_party/WebKit/Source/core/svg/SVGDocumentExtensions.h

Issue 2738233002: Fold SVGDocumentExtensions::reportError into only user (Closed)
Patch Set: Created 3 years, 9 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 | third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698