fix: setTitleBarOverlay
should be implemented on BaseWindow
(#41960)
fix: setTitleBarOverlay should be implemented on BaseWindow
This commit is contained in:
parent
b95d0f7623
commit
5310b79ffb
4 changed files with 62 additions and 71 deletions
|
@ -73,10 +73,6 @@ class BrowserWindow : public BaseWindow,
|
|||
void BlurWebView();
|
||||
bool IsWebViewFocused();
|
||||
v8::Local<v8::Value> GetWebContents(v8::Isolate* isolate);
|
||||
#if BUILDFLAG(IS_WIN)
|
||||
void SetTitleBarOverlay(const gin_helper::Dictionary& options,
|
||||
gin_helper::Arguments* args);
|
||||
#endif
|
||||
|
||||
private:
|
||||
// Helpers.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue