blob: c021c7a7a884fb96d55704d9fa1b4fa7f06a78f1 [file] [log] [blame]
/*
* Copyright 2012 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "gl/SkDebugGLContext.h"
SkDebugGLContext::SkDebugGLContext() {
fGL.reset(GrGLCreateDebugInterface());
}
SkDebugGLContext::~SkDebugGLContext() {
fGL.reset(NULL);
}