Resize |web_view_| as soon as it is initialized. 12/184812/3
authorguneet1995 <g.khosla@samsung.com>
Mon, 23 Jul 2018 09:39:18 +0000 (15:09 +0530)
committerguneet1995 <g.khosla@samsung.com>
Tue, 24 Jul 2018 10:32:17 +0000 (16:02 +0530)
commit22c43587f5c2acb7b37aaea180289b8472031435
treef9a1ae65c2a48384a0e30ead46af2ff36a668c67
parentacf2b97425e14613f6623d1205195bd01715dae1
Resize |web_view_| as soon as it is initialized.

|web_view_| is resized with |window_| dimensions as soon as
it is initialized in native_window_efl.cc. If resize occurs
at a later point, then window.innerHeight and window.innerWidth
are zero.

Change-Id: Ibf7542e546de4efdd2bf77b13934a2fa862401c5
Signed-off-by: guneet1995 <g.khosla@samsung.com>
atom/browser/native_window_efl.cc