From b644e9afde5c456a731ec44d8f72b2e1d93b863f Mon Sep 17 00:00:00 2001 From: robertphillips Date: Mon, 26 Jan 2015 05:39:26 -0800 Subject: Fix Windows build TBR=jvanverth@google.com NOTRY=true NOTREECHECKS=true Review URL: https://codereview.chromium.org/876643002 --- gm/recordopts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gm/recordopts.cpp') diff --git a/gm/recordopts.cpp b/gm/recordopts.cpp index 08202111f5..58cbbf3b9f 100644 --- a/gm/recordopts.cpp +++ b/gm/recordopts.cpp @@ -180,7 +180,7 @@ DEF_SIMPLE_GM(recordopts, canvas, (kTestRectSize+1)*2, (kTestRectSize+1)*15) { // work, eg. that if the value the detector sees is wrong, the resulting image shows this. SkColor shapeColors[] = { SkColorSetARGB(255, 0, kDetectorGreenValue, 0), - SkColorSetARGB(255, 0, kDetectorGreenValue + 1, 0) // This tests that detectors work. + SkColorSetARGB(255, 0, (kDetectorGreenValue + 1), 0) // This tests that detectors work. }; InstallDetectorFunc detectorInstallFuncs[] = { -- cgit v1.2.3