Index: include/gpu/SkGpuDevice.h |
diff --git a/include/gpu/SkGpuDevice.h b/include/gpu/SkGpuDevice.h |
index d37f63d7a0724e9547f55860dfc1b364365b95ff..29f59f28df6a46d1edd3ef45ba14aad31536f742 100644 |
--- a/include/gpu/SkGpuDevice.h |
+++ b/include/gpu/SkGpuDevice.h |
@@ -72,6 +72,7 @@ public: |
virtual int height() const SK_OVERRIDE { |
return NULL == fRenderTarget ? 0 : fRenderTarget->height(); |
} |
+ virtual void getGlobalBounds(SkIRect* bounds) const SK_OVERRIDE; |
virtual bool isOpaque() const SK_OVERRIDE { |
return NULL == fRenderTarget ? false |
: kRGB_565_GrPixelConfig == fRenderTarget->config(); |