mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
linux: Add CefWindowDelegate::GetLinuxWindowProperties (fixes #3383)
This commit is contained in:
committed by
Marshall Greenblatt
parent
295ea1f715
commit
b61c106b6b
@@ -278,6 +278,16 @@ class CefWindowDelegate : public CefPanelDelegate {
|
||||
virtual cef_runtime_style_t GetWindowRuntimeStyle() {
|
||||
return CEF_RUNTIME_STYLE_DEFAULT;
|
||||
}
|
||||
|
||||
///
|
||||
/// Return Linux-specific window properties for correctly handling by window
|
||||
/// managers
|
||||
///
|
||||
/*--cef()--*/
|
||||
virtual bool GetLinuxWindowProperties(CefRefPtr<CefWindow> window,
|
||||
CefLinuxWindowProperties& properties) {
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
||||
#endif // CEF_INCLUDE_VIEWS_CEF_WINDOW_DELEGATE_H_
|
||||
|
Reference in New Issue
Block a user