~osomon/oxide/override-touchUngrabEvent

« back to all changes in this revision

Viewing changes to shared/browser/oxide_browser_platform_integration.h

  • Committer: Olivier Tilloy
  • Date: 2016-01-12 11:46:34 UTC
  • mfrom: (1272.2.38 touch-selection-api)
  • Revision ID: olivier.tilloy@canonical.com-20160112114634-u1t78baa0u4hfoha
Add a touch selection API, to allow embedders to display handles for resizing the current selection, and contextual actions for it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
 
111
111
  void NotifyApplicationStateChanged();
112
112
 
 
113
  void NotifyClipboardDataChanged();
 
114
 
113
115
 private:
114
116
  friend class BrowserPlatformIntegrationObserver;
115
117