mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
chore: remove unused reference to api::BrowserView (#48474)
chore: remove unused reference to api::BrowserView
Unused since #35658 / 15c60143
This commit is contained in:
@@ -50,10 +50,6 @@ namespace electron {
|
||||
class ElectronMenuModel;
|
||||
class BackgroundThrottlingSource;
|
||||
|
||||
namespace api {
|
||||
class BrowserView;
|
||||
}
|
||||
|
||||
#if BUILDFLAG(IS_MAC)
|
||||
using NativeWindowHandle = gfx::NativeView;
|
||||
#else
|
||||
@@ -434,8 +430,6 @@ class NativeWindow : public base::SupportsUserData,
|
||||
void UpdateBackgroundThrottlingState();
|
||||
|
||||
protected:
|
||||
friend class api::BrowserView;
|
||||
|
||||
NativeWindow(const gin_helper::Dictionary& options, NativeWindow* parent);
|
||||
|
||||
void set_titlebar_overlay_height(int height) {
|
||||
|
||||
Reference in New Issue
Block a user