commit | 798c8c4fe61f2172ae52cb626843a64069e18882 | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Mar 27 19:50:27 2013 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Mar 27 19:50:27 2013 +0000 |
tree | e080b69a7bf29b8026fd8cc563028334c0581194 | |
parent | db4462566af6698bd919e24bf44591533a22b9c2 [diff] [blame] |
Move GrGLProgramDesc::Build to new cpp file. Review URL: https://codereview.chromium.org/13097007 git-svn-id: http://skia.googlecode.com/svn/trunk@8414 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/gl/GrGLProgramDesc.h b/src/gpu/gl/GrGLProgramDesc.h index 2835259..135d46c 100644 --- a/src/gpu/gl/GrGLProgramDesc.h +++ b/src/gpu/gl/GrGLProgramDesc.h
@@ -9,6 +9,7 @@ #define GrGLProgramDesc_DEFINED #include "GrGLEffect.h" +#include "GrDrawState.h" class GrGpuGL;