Fix r7321 build errors on non-windows compilers (using forward declared but not defined class in templated function).

git-svn-id: http://skia.googlecode.com/svn/trunk@7324 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bsalomon@google.com 2013-01-22 20:10:17 +00:00
parent f38f93c118
commit 962f2d4e61

View File

@ -12,8 +12,8 @@
#include "GrGLShaderBuilder.h"
#include "GrGLShaderVar.h"
#include "GrGLSL.h"
#include "GrEffectStage.h"
class GrEffectStage;
class GrGLTexture;
/** @file