mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: move gin::Handle to gin_helper (#47959)
* chore: move gin::Handle to gin_helper * chore: fix lint
This commit is contained in:
@@ -98,7 +98,7 @@ class BaseWindow : public gin_helper::TrackableObject<BaseWindow>,
|
||||
#endif
|
||||
|
||||
// Public APIs of NativeWindow.
|
||||
void SetContentView(gin::Handle<View> view);
|
||||
void SetContentView(gin_helper::Handle<View> view);
|
||||
void Close();
|
||||
virtual void CloseImmediately();
|
||||
virtual void Focus();
|
||||
|
||||
Reference in New Issue
Block a user