mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Standardize IME callbacks for off-screen rendering (issue #1675)
This commit is contained in:
@ -9,6 +9,7 @@
|
||||
#include "cefclient/browser/browser_window.h"
|
||||
#include "cefclient/browser/client_handler_osr.h"
|
||||
#include "cefclient/browser/osr_renderer.h"
|
||||
#include "cefclient/browser/text_input_client_osr_mac.h"
|
||||
|
||||
namespace client {
|
||||
|
||||
@ -77,6 +78,10 @@ class BrowserWindowOsrMac : public BrowserWindow,
|
||||
int x, int y) OVERRIDE;
|
||||
void UpdateDragCursor(CefRefPtr<CefBrowser> browser,
|
||||
CefRenderHandler::DragOperation operation) OVERRIDE;
|
||||
void OnImeCompositionRangeChanged(
|
||||
CefRefPtr<CefBrowser> browser,
|
||||
const CefRange& selection_range,
|
||||
const CefRenderHandler::RectList& character_bounds) OVERRIDE;
|
||||
|
||||
private:
|
||||
// Create the NSView.
|
||||
|
Reference in New Issue
Block a user