Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(196)

Unified Diff: src/gpu/gl/GrGpuGL.h

Issue 678073005: Patch to remove constant attributes (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: trivial clean up Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/gpu/gl/GrGpuGL.h
diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h
index f18962cd379dd17cb7a36c5a4f2de1c18342857a..db7df874106b4e84b36a062fc7fbd21e0bb9a29d 100644
--- a/src/gpu/gl/GrGpuGL.h
+++ b/src/gpu/gl/GrGpuGL.h
@@ -281,8 +281,6 @@ private:
int fHWActiveTextureUnitIdx;
GrGLuint fHWProgramID;
- GrGLProgram::SharedGLState fSharedGLProgramState;
-
enum TriState {
kNo_TriState,
kYes_TriState,

Powered by Google App Engine
This is Rietveld 408576698