Remove comment related to removed function.

git-svn-id: http://skia.googlecode.com/svn/trunk@2210 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bsalomon@google.com 2011-09-01 15:55:31 +00:00
parent e174ea4bb1
commit abb061acfe

View File

@ -29,10 +29,6 @@ public:
* GrRenderTarget represents the rendering destination in the underlying
* 3D API. Its reference count is incremented in the constructor and
* decremented in the destructor.
* SkGpuDevice::Current3DApiRenderTarget() can be passed as a special
* value that will cause the factory to create a render target object
* that reflects the state of the underlying 3D API at the time of
* construction.
*/
explicit SkGpuCanvas(GrContext*, GrRenderTarget*);
virtual ~SkGpuCanvas();