From 3672b580a52bd2a9086fb84fd3fe4720c89445b6 Mon Sep 17 00:00:00 2001 From: "robertphillips@google.com" Date: Wed, 28 Mar 2012 12:50:24 +0000 Subject: [PATCH] Removed redundant typedef from GrDebugGL class Comitted on behalf of Guanqun.Lu@gmail.com http://codereview.appspot.com/5924049/ git-svn-id: http://skia.googlecode.com/svn/trunk@3513 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/gpu/gl/GrGLCreateDebugInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gpu/gl/GrGLCreateDebugInterface.cpp b/src/gpu/gl/GrGLCreateDebugInterface.cpp index 9427f0f2e3..5b8c315414 100644 --- a/src/gpu/gl/GrGLCreateDebugInterface.cpp +++ b/src/gpu/gl/GrGLCreateDebugInterface.cpp @@ -555,7 +555,7 @@ private: // all the other debug objects. class GrDebugGL { public: - typedef enum GrObjTypes { + enum GrObjTypes { kTexture_ObjTypes = 0, kBuffer_ObjTypes, kRenderBuffer_ObjTypes, -- 2.34.1