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

Unified Diff: Source/modules/webaudio/PannerNode.h

Issue 478243002: bindings: Adds virtual ScriptWrappable::wrap method. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. Created 6 years, 4 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/modules/webaudio/PannerNode.h
diff --git a/Source/modules/webaudio/PannerNode.h b/Source/modules/webaudio/PannerNode.h
index de26fe6b4be812c6bc3d7027c09f12ea21e48c41..4b647049b7b9c90f1071e75d1f00d6009c4cb11e 100644
--- a/Source/modules/webaudio/PannerNode.h
+++ b/Source/modules/webaudio/PannerNode.h
@@ -45,6 +45,7 @@ namespace blink {
// All of these effects follow the OpenAL specification very closely.
class PannerNode FINAL : public AudioNode {
+ DEFINE_WRAPPERTYPEINFO();
public:
// These enums are used to distinguish what cached values of panner are dirty.
enum {

Powered by Google App Engine
This is Rietveld 408576698