mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
chrome: Improve positioning of dialogs (fixes #3628)
Dialogs will be excluded from regions near the top of the window that contain overlays, draggable regions or titlebar.
This commit is contained in:
@@ -85,7 +85,7 @@ class CefBrowserViewImpl
|
||||
ChromeBrowserView* chrome_browser_view() const;
|
||||
|
||||
// Return the CefWindowImpl hosting this object.
|
||||
CefWindowImpl* cef_window() const;
|
||||
CefWindowImpl* cef_window_impl() const;
|
||||
|
||||
private:
|
||||
// Create a new implementation object.
|
||||
|
Reference in New Issue
Block a user