diff options
Diffstat (limited to 'src/gpu/GrRenderTarget.cpp')
-rw-r--r-- | src/gpu/GrRenderTarget.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpu/GrRenderTarget.cpp b/src/gpu/GrRenderTarget.cpp index be0844460e..071c885caf 100644 --- a/src/gpu/GrRenderTarget.cpp +++ b/src/gpu/GrRenderTarget.cpp @@ -13,6 +13,8 @@ #include "GrGpu.h" #include "GrStencilBuffer.h" +SK_DEFINE_INST_COUNT(GrRenderTarget) + bool GrRenderTarget::readPixels(int left, int top, int width, int height, GrPixelConfig config, void* buffer, size_t rowBytes) { |