#else instead of #elif
This commit is contained in:
parent
c6bf39b283
commit
ce8af7d499
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ gfx::Size NativeWindow::GetContentMaximumSize() const {
|
|||
gfx::Size maximum_size = GetContentSizeConstraints().GetMaximumSize();
|
||||
#if defined(OS_WIN)
|
||||
return GetExpandedWindowSize(this, maximum_size);
|
||||
#elif
|
||||
#else
|
||||
return maximum_size;
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue