mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
views: Add support for absolute positioned overlay views.
To test: Run `cefclient.exe --use-views --hide-frame --hide-controls` Add `--enable-chrome-runtime` for the same behavior using the Chrome location bar instead of a text field.
This commit is contained in:
@@ -31,6 +31,7 @@ extern const char kFilterURL[];
|
||||
extern const char kUseViews[];
|
||||
extern const char kHideFrame[];
|
||||
extern const char kHideControls[];
|
||||
extern const char kHideOverlays[];
|
||||
extern const char kAlwaysOnTop[];
|
||||
extern const char kHideTopMenu[];
|
||||
extern const char kSslClientCertificate[];
|
||||
|
Reference in New Issue
Block a user