2016-03-31 01:56:19 +00:00
|
|
|
|
2012-04-05 14:40:53 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2012 Google Inc.
|
|
|
|
*
|
|
|
|
* Use of this source code is governed by a BSD-style license that can be
|
|
|
|
* found in the LICENSE file.
|
|
|
|
*/
|
|
|
|
|
2012-04-16 16:24:35 +00:00
|
|
|
#include "GrTextureObj.h"
|
|
|
|
|
|
|
|
void GrTextureObj::deleteAction() {
|
|
|
|
|
|
|
|
this->INHERITED::deleteAction();
|
|
|
|
}
|