From af65fa1246899916480e5f99dcda415d3c753063 Mon Sep 17 00:00:00 2001 From: Andi-Bogdan Postelnicu Date: Mon, 27 Jun 2016 16:26:01 +0300 Subject: [PATCH] Bug 1282424 - initialize member variable |mSpecularConstantInt| in SpecularLightingSoftware. r=mstange MozReview-Commit-ID: 8ch1A9bGiBj --HG-- extra : rebase_source : ee673828507d5de411c1a807f9b43ce542e34f21 --- gfx/2d/FilterNodeSoftware.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/gfx/2d/FilterNodeSoftware.cpp b/gfx/2d/FilterNodeSoftware.cpp index 460f66485462..f8cf685ad959 100644 --- a/gfx/2d/FilterNodeSoftware.cpp +++ b/gfx/2d/FilterNodeSoftware.cpp @@ -3583,6 +3583,7 @@ DiffuseLightingSoftware::LightPixel(const Point3D &aNormal, SpecularLightingSoftware::SpecularLightingSoftware() : mSpecularConstant(0) , mSpecularExponent(0) + , mSpecularConstantInt(0) { }