diff options
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-02-04 18:46:49 +0000 |
---|---|---|
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-02-04 18:46:49 +0000 |
commit | a45afcf14b1707cc8075bdd4bd882c8a1aea64b7 (patch) | |
tree | d7c8d5efd3ee87953ab7435d6caf9c4805f44279 /src/gpu | |
parent | 042a2861b2aa7a7a9fff12503a4b297d6ee1d335 (diff) |
Commit file missing from r7550
git-svn-id: http://skia.googlecode.com/svn/trunk@7551 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu')
-rw-r--r-- | src/gpu/gl/GrGpuGL.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h index 5b24d40578..71cb699812 100644 --- a/src/gpu/gl/GrGpuGL.h +++ b/src/gpu/gl/GrGpuGL.h @@ -39,7 +39,7 @@ public: // Used by GrGLProgram to bind necessary textures for GrGLEffects. void bindTexture(int unitIdx, const GrTextureParams& params, GrGLTexture* texture); - bool programUnitTest(); + bool programUnitTest(int maxStages); // GrGpu overrides virtual GrPixelConfig preferredReadPixelsConfig(GrPixelConfig config) |