~abreu-alexandre/oxide/vibrate

« back to all changes in this revision

Viewing changes to qt/core/browser/oxide_qt_browser_platform_integration.h

  • Committer: Alexandre Abreu
  • Date: 2016-02-01 20:17:09 UTC
  • mfrom: (1272.4.2 vibrate)
  • Revision ID: alexandre.abreu@canonical.com-20160201201709-opshbr8b12s1gw9r
VibrationĀ APIĀ support

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
  scoped_ptr<content::LocationProvider> CreateLocationProvider() override;
65
65
  ApplicationState GetApplicationState() override;
66
66
  std::string GetApplicationName() override;
 
67
  void CreateVibrationManager(
 
68
      mojo::InterfaceRequest<device::VibrationManager> request) override;
67
69
 
68
70
  // QObject implementation
69
71
  bool eventFilter(QObject* watched, QEvent* event) override;