mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: use consistent parameter names (#26162)
This commit is contained in:
@@ -25,8 +25,8 @@ class View : public gin_helper::Wrappable<View> {
|
||||
v8::Local<v8::FunctionTemplate> prototype);
|
||||
|
||||
#if BUILDFLAG(ENABLE_VIEWS_API)
|
||||
void AddChildView(gin::Handle<View> view);
|
||||
void AddChildViewAt(gin::Handle<View> view, size_t index);
|
||||
void AddChildView(gin::Handle<View> child);
|
||||
void AddChildViewAt(gin::Handle<View> child, size_t index);
|
||||
#endif
|
||||
|
||||
views::View* view() const { return view_; }
|
||||
|
||||
Reference in New Issue
Block a user