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

Unified Diff: third_party/WebKit/Source/bindings/templates/callback_function.h

Issue 2367543004: Extended implementation to use interface as arguments (Closed)
Patch Set: Created 4 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: third_party/WebKit/Source/bindings/templates/callback_function.h
diff --git a/third_party/WebKit/Source/bindings/templates/callback_function.h b/third_party/WebKit/Source/bindings/templates/callback_function.h
index 8658d35fac7c5c539788cff347f7acdfbc5476f8..85f0ce75b0dedbee6d3f69f0cafa97068859050b 100644
--- a/third_party/WebKit/Source/bindings/templates/callback_function.h
+++ b/third_party/WebKit/Source/bindings/templates/callback_function.h
@@ -12,6 +12,9 @@
namespace blink {
class ScriptState;
+{% for forward_declaration in forward_declarations %}
+class {{forward_declaration}};
+{% endfor %}
class {{exported}}{{v8_class}} final : public GarbageCollectedFinalized<{{v8_class}}> {

Powered by Google App Engine
This is Rietveld 408576698