Index: include/gpu/gl/GrGLFunctions.h |
diff --git a/include/gpu/gl/GrGLFunctions.h b/include/gpu/gl/GrGLFunctions.h |
index 64f2fe6c03e907f4ec111a43d759cd68e885c9b2..a896800d6b734b58b3279296a560ef230aad0bb1 100644 |
--- a/include/gpu/gl/GrGLFunctions.h |
+++ b/include/gpu/gl/GrGLFunctions.h |
@@ -23,11 +23,6 @@ enum GrGLStandard { |
kGLES_GrGLStandard, |
}; |
-// Temporary aliases until Chromium can be updated. |
-typedef GrGLStandard GrGLBinding; |
-static const GrGLStandard kES2_GrGLBinding = kGLES_GrGLStandard; |
-static const GrGLStandard kDesktop_GrGLBinding = kGL_GrGLStandard; |
- |
/////////////////////////////////////////////////////////////////////////////// |
/** |