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

Unified Diff: sky/engine/core/dom/custom/CustomElementScheduler.h

Issue 885713004: Remove CustomElementDescriptor. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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: sky/engine/core/dom/custom/CustomElementScheduler.h
diff --git a/sky/engine/core/dom/custom/CustomElementScheduler.h b/sky/engine/core/dom/custom/CustomElementScheduler.h
index 5a8b83fc025d58a5270c5fc732cc16f2cf3bdb02..0e3c854f8a2ebf86373e45b276c7acd50b3f488e 100644
--- a/sky/engine/core/dom/custom/CustomElementScheduler.h
+++ b/sky/engine/core/dom/custom/CustomElementScheduler.h
@@ -41,7 +41,6 @@
namespace blink {
-class CustomElementDescriptor;
class CustomElementMicrotaskImportStep;
class CustomElementMicrotaskStep;
class CustomElementRegistrationContext;
@@ -56,7 +55,7 @@ public:
static void scheduleCallback(PassRefPtr<CustomElementLifecycleCallbacks>, PassRefPtr<Element>, CustomElementLifecycleCallbacks::CallbackType);
static void scheduleAttributeChangedCallback(PassRefPtr<CustomElementLifecycleCallbacks>, PassRefPtr<Element>, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue);
- static void resolveOrScheduleResolution(PassRefPtr<CustomElementRegistrationContext>, PassRefPtr<Element>, const CustomElementDescriptor&);
+ static void resolveOrScheduleResolution(PassRefPtr<CustomElementRegistrationContext>, PassRefPtr<Element>);
static CustomElementMicrotaskImportStep* scheduleImport(HTMLImportChild*);
static void microtaskDispatcherDidFinish();
« no previous file with comments | « sky/engine/core/dom/custom/CustomElementRegistry.cpp ('k') | sky/engine/core/dom/custom/CustomElementScheduler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698