]> git.sesse.net Git - casparcg/blobdiff - dependencies64/cef/linux/include/cef_keyboard_handler.h
Upgrade CEF to 3.3029.1611.g44e39a8 / Chromium 58.0.3029.81.
[casparcg] / dependencies64 / cef / linux / include / cef_keyboard_handler.h
similarity index 97%
rename from dependencies64/cef/include/cef_keyboard_handler.h
rename to dependencies64/cef/linux/include/cef_keyboard_handler.h
index 55cb57ef80254bed2857a35d9837777b101f6676..cd4c4d0eff05181c8669c34b76163b009b03a48c 100644 (file)
 // methods of this class will be called on the UI thread.
 ///
 /*--cef(source=client)--*/
-class CefKeyboardHandler : public virtual CefBase {
+class CefKeyboardHandler : public virtual CefBaseRefCounted {
  public:
+  ///
   // Called before a keyboard event is sent to the renderer. |event| contains
   // information about the keyboard event. |os_event| is the operating system
   // event message, if any. Return true if the event was handled or false
   // otherwise. If the event will be handled in OnKeyEvent() as a keyboard
   // shortcut set |is_keyboard_shortcut| to true and return false.
+  ///
   /*--cef()--*/
   virtual bool OnPreKeyEvent(CefRefPtr<CefBrowser> browser,
                              const CefKeyEvent& event,