Chromium Code Reviews| Index: src/gpu/SkGpuDevice.h |
| diff --git a/src/gpu/SkGpuDevice.h b/src/gpu/SkGpuDevice.h |
| index 49bf13c438d1505e6429d3c1940ed679d3d0fbea..8420449a9aae544b079ced402736c7d9731dfa1c 100644 |
| --- a/src/gpu/SkGpuDevice.h |
| +++ b/src/gpu/SkGpuDevice.h |
| @@ -71,6 +71,7 @@ public: |
| void replaceRenderTarget(bool shouldRetainContent); |
| GrRenderTarget* accessRenderTarget() override; |
| + GrDrawContext* accessDrawContext() override; |
| SkImageInfo imageInfo() const override { |
| return fLegacyBitmap.info(); |