Merge "Implement Vibration" into devel/wrt2
authorSeungkeun Lee <sngn.lee@samsung.com>
Thu, 9 Apr 2015 04:07:21 +0000 (13:07 +0900)
committerGerrit Code Review <gerrit@tizensrc>
Thu, 9 Apr 2015 04:07:21 +0000 (13:07 +0900)
1  2 
src/runtime/web_application.cc

  #include "runtime/native_window.h"
  #include "runtime/command_line.h"
  #include "runtime/web_view.h"
+ #include "runtime/vibration_manager.h"
  
  namespace {
 +
 +  // TODO(sngn.lee) : It should be declare in common header
 +  const char* kKeyNameBack = "back";
 +
    const char* kAppControlEventScript = \
          "var __event = document.createEvent(\"CustomEvent\");\n"
          "__event.initCustomEvent(\"appcontrol\", true, true);\n"