| Index: samplecode/SampleLighting.cpp | 
| diff --git a/samplecode/SampleLighting.cpp b/samplecode/SampleLighting.cpp | 
| index 1da888f5bd32551cf88651563d87b4049e451e97..5171579f6459d0b5ce9665c4985a143b8f0c8ae9 100755 | 
| --- a/samplecode/SampleLighting.cpp | 
| +++ b/samplecode/SampleLighting.cpp | 
| @@ -1,4 +1,3 @@ | 
| - | 
| /* | 
| * Copyright 2015 Google Inc. | 
| * | 
| @@ -71,7 +70,7 @@ protected: | 
| nullptr, nullptr)); | 
| paint.setColor(SK_ColorBLACK); | 
|  | 
| -        SkRect r = SkRect::MakeWH((SkScalar)fDiffuseBitmap.width(), | 
| +        SkRect r = SkRect::MakeWH((SkScalar)fDiffuseBitmap.width(), | 
| (SkScalar)fDiffuseBitmap.height()); | 
| canvas->drawRect(r, paint); | 
|  | 
|  |