Fix accidentally changed lines

This commit is contained in:
Cheng Zhao 2016-08-03 14:03:57 +09:00
parent 4d85c1a557
commit 82da3b6c66
2 changed files with 3 additions and 3 deletions

2
.gitmodules vendored
View 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

View 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.