| Index: include/gpu/SkGpuDevice.h
|
| diff --git a/include/gpu/SkGpuDevice.h b/include/gpu/SkGpuDevice.h
|
| index 4ea67fe6203dd08951cf6150ded45742cc91c832..ad4ebd798ece3661cfa9b1f5b2eaa5a765b9b68c 100644
|
| --- a/include/gpu/SkGpuDevice.h
|
| +++ b/include/gpu/SkGpuDevice.h
|
| @@ -130,6 +130,8 @@ public:
|
| virtual void onAttachToCanvas(SkCanvas* canvas) SK_OVERRIDE;
|
| virtual void onDetachFromCanvas() SK_OVERRIDE;
|
|
|
| + virtual const SkBitmap& onAccessBitmap() SK_OVERRIDE;
|
| +
|
| /**
|
| * Make's this device's rendertarget current in the underlying 3D API.
|
| * Also implicitly flushes.
|
|
|