Index: include/gpu/SkGpuDevice.h |
diff --git a/include/gpu/SkGpuDevice.h b/include/gpu/SkGpuDevice.h |
index 0862514e78e140e31a147932ab8b2cd9e7ffa45a..29f59f28df6a46d1edd3ef45ba14aad31536f742 100644 |
--- a/include/gpu/SkGpuDevice.h |
+++ b/include/gpu/SkGpuDevice.h |
@@ -43,16 +43,16 @@ public: |
SkGpuDevice(GrContext*, SkBitmap::Config, int width, int height, int sampleCount = 0); |
/** |
+ * DEPRECATED -- need to make this private, call Create(surface) |
* New device that will render to the specified renderTarget. |
- * DEPRECATED: Use Create(surface) |
*/ |
SkGpuDevice(GrContext*, GrRenderTarget*); |
/** |
+ * DEPRECATED -- need to make this private, call Create(surface) |
* New device that will render to the texture (as a rendertarget). |
* The GrTexture's asRenderTarget() must be non-NULL or device will not |
* function. |
- * DEPRECATED: Use Create(surface) |
*/ |
SkGpuDevice(GrContext*, GrTexture*); |