electron/atom
Justin Guze 137aaf2429 fix: pass down the bool value of enableAutoSize to setSize (#13282)
* fix: pass the boolean value of enableAutoSize to setSize

The webContents setSize API takes in an optional enableAutoSize boolean.
Looking in the code, if that property is set, regardless if you pass in
true or false, it will always set it to true. This change passes the
appropriate boolean value down properly.

* creating new bool for autosize
2018-06-19 10:38:55 -05:00
..
app Default LoadV8Snapshot changed in C66 2018-06-19 11:49:46 +10:00
browser fix: pass down the bool value of enableAutoSize to setSize (#13282) 2018-06-19 10:38:55 -05:00
common use std::make_unique<T> 2018-06-19 10:20:39 +02:00
node also format missing .cc files 2018-04-18 20:48:45 -04:00
renderer refactoring: use std::make_unique<T> (#13245) 2018-06-18 16:32:55 +09:00
utility also format missing .cc files 2018-04-18 20:48:45 -04:00