diff options
Diffstat (limited to 'src/gpu/GrSurface.cpp')
-rw-r--r-- | src/gpu/GrSurface.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/gpu/GrSurface.cpp b/src/gpu/GrSurface.cpp new file mode 100644 index 0000000000..3fd90d912c --- /dev/null +++ b/src/gpu/GrSurface.cpp @@ -0,0 +1,11 @@ +/* + * 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 "GrSurface.h" + +SK_DEFINE_INST_COUNT(GrSurface) + |