Chromium Code Reviews| Index: src/gpu/SkGpuDevice.h |
| diff --git a/src/gpu/SkGpuDevice.h b/src/gpu/SkGpuDevice.h |
| index 89959e1f9cf8c1c9e94b5c5e4bb05316c3e4d102..d6604733fdd47f4f00678b69725a36bea9d10357 100644 |
| --- a/src/gpu/SkGpuDevice.h |
| +++ b/src/gpu/SkGpuDevice.h |
| @@ -227,4 +227,6 @@ private: |
| typedef SkBaseDevice INHERITED; |
| }; |
| +void GrWrapTextureInBitmap(GrTexture* src, int w, int h, bool isOpaque, SkBitmap* dst); |
| + |
| #endif |