commit | d1e72875d195685e8dc45d3f065a05ff49da8ce3 | [log] [tgz] |
---|---|---|
author | jvanverth <jvanverth@google.com> | Mon Apr 20 12:29:37 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Apr 20 12:29:37 2015 -0700 |
tree | e6bd2c141f9ddfeeefc84ee3e7959dbe2443999d | |
parent | 9ef1bb1375e66d9aac1124e005b500cb6d9caf01 [diff] [blame] |
Minor modifications to GrProgramDesc.h. BUG=skia: Review URL: https://codereview.chromium.org/1100483003
diff --git a/src/gpu/gl/GrGLTexture.h b/src/gpu/gl/GrGLTexture.h index 8188f74..de3cf3f 100644 --- a/src/gpu/gl/GrGLTexture.h +++ b/src/gpu/gl/GrGLTexture.h
@@ -13,6 +13,7 @@ #include "GrTexture.h" #include "GrGLUtil.h" +class GrGLGpu; class GrGLTexture : public GrTexture {