fix bench so that if SK_SUPPORTS_GPU even when not provided as compiler option
authordjsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 20 Nov 2013 13:15:40 +0000 (13:15 +0000)
committerdjsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 20 Nov 2013 13:15:40 +0000 (13:15 +0000)
commitdb490e99715c000ed15fd8211698f3e50ee2dc30
tree4a9aa8d5d123dd5871a26f1ee7c8b32f3757031b
parent10822c6daabf836f73e468003787d11bf33aba66
fix bench so that if SK_SUPPORTS_GPU even when not provided as compiler option

In the case that SK_SUPPORTS_GPU is not provided to the compiler the value is
eithe defined in in the SkUserConfig.h or SkPostConfig.h.  Prior to this change
those headers were not read prior to trying to include the GPU headers which
resulted in a failed compile.

R=bsalomon@google.com

Review URL: https://codereview.chromium.org/76213004

git-svn-id: http://skia.googlecode.com/svn/trunk@12309 2bbb7eff-a529-9590-31e7-b0007b416f81
bench/benchmain.cpp