| OLD | NEW |
| 1 |
| 1 /* | 2 /* |
| 2 * Copyright 2012 Google Inc. | 3 * Copyright 2012 Google Inc. |
| 3 * | 4 * |
| 4 * 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 |
| 5 * found in the LICENSE file. | 6 * found in the LICENSE file. |
| 6 */ | 7 */ |
| 7 | 8 |
| 8 #include "GrTextureObj.h" | 9 #include "GrTextureObj.h" |
| 9 | 10 |
| 10 void GrTextureObj::deleteAction() { | 11 void GrTextureObj::deleteAction() { |
| 11 | 12 |
| 12 this->INHERITED::deleteAction(); | 13 this->INHERITED::deleteAction(); |
| 13 } | 14 } |
| OLD | NEW |