projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b75dccb
)
code style fix
author
evgenyzinoviev
<me@ch1p.com>
Fri, 15 Jan 2016 16:40:42 +0000
(17:40 +0100)
committer
evgenyzinoviev
<me@ch1p.com>
Fri, 15 Jan 2016 16:40:42 +0000
(17:40 +0100)
atom/browser/native_window_views.cc
patch
|
blob
|
history
diff --git
a/atom/browser/native_window_views.cc
b/atom/browser/native_window_views.cc
index
6d4030b
..
ad08604
100644
(file)
--- a/
atom/browser/native_window_views.cc
+++ b/
atom/browser/native_window_views.cc
@@
-375,7
+375,8
@@
bool NativeWindowViews::IsFullscreen() const {
return window_->IsFullscreen();
}
-void NativeWindowViews::SetBounds(const gfx::Rect& bounds, bool animate = false) {
+void NativeWindowViews::SetBounds(const gfx::Rect& bounds,
+ bool animate = false) {
#if defined(USE_X11)
// On Linux the minimum and maximum size should be updated with window size
// when window is not resizable.