From 90313cc36a6f43a3e9d3818aca536cd6631c222b Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Fri, 17 Jan 2014 15:05:38 +0000 Subject: Move GrGLExtensions from GrGLContextInfo to GrGLInterface BUG=skia:2042 R=robertphillips@google.com Author: bsalomon@google.com Review URL: https://codereview.chromium.org/140823003 git-svn-id: http://skia.googlecode.com/svn/trunk@13118 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp') diff --git a/src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp b/src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp index 81f080ea67..e011605edf 100644 --- a/src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp +++ b/src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp @@ -6,8 +6,6 @@ * found in the LICENSE file. */ - -#include "gl/GrGLExtensions.h" #include "gl/GrGLInterface.h" #include "gl/GrGLUtil.h" #define WIN32_LEAN_AND_MEAN @@ -308,6 +306,7 @@ const GrGLInterface* GrGLCreateNativeInterface() { } interface->fStandard = kGL_GrGLStandard; + interface->fExtensions.swap(&extensions); return interface; } else { -- cgit v1.2.3