mirror of
https://github.com/electron/electron.git
synced 2026-01-29 17:28:18 -05:00
🔧 Properly derive
This commit is contained in:
@@ -15,4 +15,8 @@ NativeBrowserView::NativeBrowserView(
|
||||
|
||||
NativeBrowserView::~NativeBrowserView() {}
|
||||
|
||||
void NativeBrowserView::UpdateDraggableRegions(
|
||||
std::vector<gfx::Rect> system_drag_exclude_areas) {
|
||||
}
|
||||
|
||||
} // namespace atom
|
||||
|
||||
@@ -42,7 +42,7 @@ class NativeBrowserView {
|
||||
|
||||
// Called when the window needs to update its draggable region.
|
||||
virtual void UpdateDraggableRegions(
|
||||
std::vector<gfx::Rect> system_drag_exclude_areas) = 0;
|
||||
std::vector<gfx::Rect> system_drag_exclude_areas);
|
||||
|
||||
protected:
|
||||
explicit NativeBrowserView(
|
||||
|
||||
Reference in New Issue
Block a user