mark SkCanvas::setDevice as DEPRECATED -- need to remove all callers in chrome

git-svn-id: http://skia.googlecode.com/svn/trunk@6414 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2012-11-14 14:40:07 +00:00
parent cec8de6821
commit cd5f7e2222

View File

@ -85,7 +85,9 @@ public:
*/
SkDevice* getDevice() const;
/** Specify a device for this canvas to draw into. If it is not null, its
/** DEPRECATED -- use constructor(device)
Specify a device for this canvas to draw into. If it is not null, its
reference count is incremented. If the canvas was already holding a
device, its reference count is decremented. The new device is returned.
*/