Bug 1278242 - ignore initialization check for members from SurfaceDescriptorX11. r?jrmuizel draft
authorAndi-Bogdan Postelnicu <bpostelnicu@mozilla.com>
Mon, 06 Jun 2016 16:25:28 +0300
changeset 413961 4493d9e650b4df5bcadce82bf8022864586bcd19
parent 413960 29af101880db7ce7f5f87f58e1ff20988c1c5fc3
child 531347 0206daf365fb1bd0e4ae5dddf16b2abd1824bf4e
push id29564
push userbmo:bpostelnicu@mozilla.com
push dateThu, 15 Sep 2016 11:43:08 +0000
reviewersjrmuizel
bugs1278242
milestone51.0a1
Bug 1278242 - ignore initialization check for members from SurfaceDescriptorX11. r?jrmuizel MozReview-Commit-ID: G262l8C2mCl
gfx/layers/ipc/ShadowLayerUtilsX11.h
--- a/gfx/layers/ipc/ShadowLayerUtilsX11.h
+++ b/gfx/layers/ipc/ShadowLayerUtilsX11.h
@@ -46,17 +46,17 @@ struct SurfaceDescriptorX11 {
     // SurfaceDescriptorX11.
     return mId == aOther.mId;
   }
 
   already_AddRefed<gfxXlibSurface> OpenForeign() const;
 
   MOZ_INIT_OUTSIDE_CTOR Drawable mId;
   MOZ_INIT_OUTSIDE_CTOR XID mFormat; // either a PictFormat or VisualID
-  gfx::IntSize mSize;
+  MOZ_INIT_OUTSIDE_CTOR gfx::IntSize mSize;
   MOZ_INIT_OUTSIDE_CTOR Drawable mGLXPixmap; // used to prevent multiple bindings to the same GLXPixmap in-process
 };
 
 } // namespace layers
 } // namespace mozilla
 
 namespace IPC {