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:
@ -51,6 +51,9 @@ class CefRenderHandlerCToCpp
|
||||
DragOperation operation) override;
|
||||
void OnScrollOffsetChanged(CefRefPtr<CefBrowser> browser, double x,
|
||||
double y) override;
|
||||
void OnImeCompositionRangeChanged(CefRefPtr<CefBrowser> browser,
|
||||
const CefRange& selected_range,
|
||||
const RectList& character_bounds) override;
|
||||
};
|
||||
|
||||
#endif // BUILDING_CEF_SHARED
|
||||
|
Reference in New Issue
Block a user