From cc190eb6f321d0255ca035dc1ceef53af3900f4a Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Thu, 16 Jan 2014 18:49:01 +0000 Subject: Allow GrGLInterface factories in Chromium to continue to compile. BUG=skia:2042 TBR=jvanverth@google.com Author: bsalomon@google.com Review URL: https://codereview.chromium.org/136573003 git-svn-id: http://skia.googlecode.com/svn/trunk@13112 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/gpu/gl/GrGLInterface.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/gpu') diff --git a/include/gpu/gl/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h index 2471da90a1..857a272208 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; //////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3