Fix accidentally changed lines
authorCheng Zhao <zcbenz@gmail.com>
Wed, 3 Aug 2016 05:03:57 +0000 (14:03 +0900)
committerCheng Zhao <zcbenz@gmail.com>
Wed, 3 Aug 2016 05:03:57 +0000 (14:03 +0900)
.gitmodules
atom/browser/native_window_views.h

index c93e22f..6164ed8 100644 (file)
@@ -1,6 +1,6 @@
 [submodule "vendor/brightray"]
        path = vendor/brightray
-  url = https://github.com/electron/brightray.git
+       url = https://github.com/electron/brightray.git
 [submodule "vendor/node"]
        path = vendor/node
        url = https://github.com/electron/node.git
index 0030e81..71504ce 100644 (file)
@@ -171,8 +171,8 @@ class NativeWindowViews : public NativeWindow,
       const content::NativeWebKeyboardEvent& event) override;
 
   // views::View:
-  gfx::Size GetMinimumSize() const override;
-  gfx::Size GetMaximumSize() const override;
+  gfx::Size GetMinimumSize() override;
+  gfx::Size GetMaximumSize() override;
   bool AcceleratorPressed(const ui::Accelerator& accelerator) override;
 
   // Register accelerators supported by the menu model.