Index: include/gpu/gl/GrGLInterface.h |
diff --git a/include/gpu/gl/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h |
index 2471da90a1eee1291d3ad608c96949fb75bf1826..857a27220848e48a264516690b2b3c2d7f2132ae 100644 |
--- a/include/gpu/gl/GrGLInterface.h |
+++ b/include/gpu/gl/GrGLInterface.h |
@@ -23,8 +23,10 @@ enum GrGLStandard { |
kGLES_GrGLStandard, |
}; |
-// Temporary alias until Chromium can be updated. |
+// Temporary aliases until Chromium can be updated. |
+typedef GrGLStandard GrGLBinding; |
static const GrGLStandard kES2_GrGLBinding = kGLES_GrGLStandard; |
+static const GrGLStandard kDesktop_GrGLBinding = kGL_GrGLStandard; |
//////////////////////////////////////////////////////////////////////////////// |