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

Unified Diff: Source/core/dom/custom/CustomElementObserver.h

Issue 598593006: Remove forward declarations from Source/core/dom/custom (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Nits Created 6 years, 3 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/dom/custom/CustomElementObserver.h
diff --git a/Source/core/dom/custom/CustomElementObserver.h b/Source/core/dom/custom/CustomElementObserver.h
index 582e3e9b602edcb2ab51d431738ca9588d95b093..3a48d755ddfa9039d0be8dad21ed078e15495cc1 100644
--- a/Source/core/dom/custom/CustomElementObserver.h
+++ b/Source/core/dom/custom/CustomElementObserver.h
@@ -43,7 +43,6 @@ public:
virtual ~CustomElementObserver() { }
// API for CustomElement to kick off notifications
-
static void notifyElementDidFinishParsingChildren(Element*);
static void notifyElementWasDestroyed(Element*);
@@ -59,6 +58,6 @@ protected:
virtual void elementWasDestroyed(Element* element) { unobserve(element); }
};
-}
+} // namespace blink
#endif // CustomElementObserver_h
« no previous file with comments | « Source/core/dom/custom/CustomElementMicrotaskStep.h ('k') | Source/core/dom/custom/CustomElementProcessingStack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698