Browse Source

:wrench: Properly derive

Felix Rieseberg 7 years ago
parent
commit
47d652b5a2
2 changed files with 5 additions and 1 deletions
  1. 4 0
      atom/browser/native_browser_view.cc
  2. 1 1
      atom/browser/native_browser_view.h

+ 4 - 0
atom/browser/native_browser_view.cc

@@ -15,4 +15,8 @@ NativeBrowserView::NativeBrowserView(
 
 NativeBrowserView::~NativeBrowserView() {}
 
+void NativeBrowserView::UpdateDraggableRegions(
+    std::vector<gfx::Rect> system_drag_exclude_areas) {
+}
+
 }  // namespace atom

+ 1 - 1
atom/browser/native_browser_view.h

@@ -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(