Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / page / WindowFeatures.h
index 8605208..0f4fc6c 100644 (file)
@@ -38,9 +38,13 @@ class FloatRect;
 
 struct WindowFeatures {
     WindowFeatures()
-        : xSet(false)
+        : x(0.0f)
+        , xSet(false)
+        , y(0.0f)
         , ySet(false)
+        , width(0.0f)
         , widthSet(false)
+        , height(0.0f)
         , heightSet(false)
         , menuBarVisible(true)
         , statusBarVisible(true)