aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGpuGL.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2014-10-28 07:54:54 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-28 07:54:54 -0700
commit95f5194abce19e8ed875f3495fd16c79a9b931b4 (patch)
treeccf034a72a2eb86858995773f71da7e46582e426 /src/gpu/gl/GrGpuGL.h
parentfd61ed0d7929cf85e0b936f48c72035af4c0a4b3 (diff)
Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight.
Diffstat (limited to 'src/gpu/gl/GrGpuGL.h')
-rw-r--r--src/gpu/gl/GrGpuGL.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h
index 973a568981..dc0d076a2d 100644
--- a/src/gpu/gl/GrGpuGL.h
+++ b/src/gpu/gl/GrGpuGL.h
@@ -288,8 +288,6 @@ private:
int fHWActiveTextureUnitIdx;
GrGLuint fHWProgramID;
- GrGLProgram::SharedGLState fSharedGLProgramState;
-
enum TriState {
kNo_TriState,
kYes_TriState,