mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Rename SendFocusEvent to SetFocus (fixes issue #866)
Also removes CefBrowserHost::SendFocusEvent. Use the existing SetFocus method instead.
This commit is contained in:
@@ -225,7 +225,7 @@ class CefRenderWidgetHostViewOSR
|
||||
void SendMouseWheelEvent(const blink::WebMouseWheelEvent& event);
|
||||
void SendTouchEvent(const CefTouchEvent& event);
|
||||
bool ShouldRouteEvents() const;
|
||||
void SendFocusEvent(bool focus);
|
||||
void SetFocus(bool focus);
|
||||
void UpdateFrameRate();
|
||||
|
||||
gfx::Size SizeInPixels();
|
||||
|
Reference in New Issue
Block a user