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

Unified Diff: third_party/WebKit/Source/bindings/templates/web_module_interface.h.tmpl

Issue 2573013002: Add inheritance support to Webmodules template. (Closed)
Patch Set: Whoops, forgot 'public'. Created 4 years 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 | « third_party/WebKit/Source/bindings/scripts/code_generator_web_module_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/templates/web_module_interface.h.tmpl
diff --git a/third_party/WebKit/Source/bindings/templates/web_module_interface.h.tmpl b/third_party/WebKit/Source/bindings/templates/web_module_interface.h.tmpl
index 199c7b39adefbe476b4e5530e35dfc2851ed072b..4ffb1978e5c8ae65aa0c7794ad2f5225c93ac259 100644
--- a/third_party/WebKit/Source/bindings/templates/web_module_interface.h.tmpl
+++ b/third_party/WebKit/Source/bindings/templates/web_module_interface.h.tmpl
@@ -13,7 +13,7 @@
namespace blink {
namespace api {
-class {{class_name}} {
+class {{class_name}}{{inherits_expression}} {
};
« no previous file with comments | « third_party/WebKit/Source/bindings/scripts/code_generator_web_module_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698