Chromium Code Reviews| Index: include/gpu/SkGpuDevice.h |
| diff --git a/include/gpu/SkGpuDevice.h b/include/gpu/SkGpuDevice.h |
| index ab247033106dc302fbe87d628181cdc3fdc9919f..0dd363fa36f22489737aec1e000a2d21038a1e8d 100644 |
| --- a/include/gpu/SkGpuDevice.h |
| +++ b/include/gpu/SkGpuDevice.h |
| @@ -60,7 +60,7 @@ public: |
| GrContext* context() const { return fContext; } |
| - virtual SkGpuRenderTarget* accessRenderTarget() SK_OVERRIDE; |
| + virtual GrRenderTarget* accessRenderTarget() SK_OVERRIDE; |
| // overrides from SkDevice |