summaryrefslogtreecommitdiff
path: root/platform/node/src/node_map.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/node/src/node_map.hpp')
-rw-r--r--platform/node/src/node_map.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/node/src/node_map.hpp b/platform/node/src/node_map.hpp
index d3f7bd9e41..8dfb96eef8 100644
--- a/platform/node/src/node_map.hpp
+++ b/platform/node/src/node_map.hpp
@@ -24,8 +24,11 @@ public:
static NAN_METHOD(New);
static NAN_METHOD(Load);
+ static NAN_METHOD(Loaded);
static NAN_METHOD(Render);
static NAN_METHOD(Release);
+ static NAN_METHOD(AddClass);
+ static NAN_METHOD(SetPaintProperty);
static NAN_METHOD(DumpDebugLogs);
static NAN_METHOD(QueryRenderedFeatures);