Chromium Code Reviews

Side by Side Diff: tools/gpu/gl/debug/GrTextureObj.cpp

Issue 1815823002: Move SkGLContext and some GrGLInterface implementations to skgputest module (Closed) Base URL: https://chromium.googlesource.com/skia.git@debugobject
Patch Set: rebase, readd null interface to main lib Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 1
2 /* 2 /*
3 * Copyright 2012 Google Inc. 3 * Copyright 2012 Google Inc.
4 * 4 *
5 * Use of this source code is governed by a BSD-style license that can be 5 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file. 6 * found in the LICENSE file.
7 */ 7 */
8 8
9 #include "GrTextureObj.h" 9 #include "GrTextureObj.h"
10 10
11 void GrTextureObj::deleteAction() { 11 void GrTextureObj::deleteAction() {
12 12
13 this->INHERITED::deleteAction(); 13 this->INHERITED::deleteAction();
14 } 14 }
OLDNEW

Powered by Google App Engine