Fix GPU-less build.

Do not include GrTBackendEffectFactory.h if SK_SUPPORT_GPU is
undefined.

R=egdaniel@google.com
TBR=egdaniel@google.com
NOTREECHECKS=true
NOTRY=true

Author: scroggo@google.com

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

git-svn-id: http://skia.googlecode.com/svn/trunk@14134 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
commit-bot@chromium.org 2014-04-10 16:03:06 +00:00
parent 24c568c159
commit 7f43493ae6

View File

@ -6,11 +6,11 @@
*/
#include "SkTwoPointConicalGradient_gpu.h"
#include "GrTBackendEffectFactory.h"
#include "SkTwoPointConicalGradient.h"
#if SK_SUPPORT_GPU
#include "GrTBackendEffectFactory.h"
// For brevity
typedef GrGLUniformManager::UniformHandle UniformHandle;