Remove obsolete comment about deepCopyTo
Bug: skia: Change-Id: If5220248dbc505ff984d09833df7e18934d71438 Reviewed-on: https://skia-review.googlesource.com/20321 Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: Mike Klein <mtklein@google.com>
This commit is contained in:
parent
e53120754b
commit
29e6f3182b
@ -47,9 +47,7 @@ public:
|
|||||||
/**
|
/**
|
||||||
* Copy the settings from the src into this bitmap. If the src has pixels
|
* Copy the settings from the src into this bitmap. If the src has pixels
|
||||||
* allocated, they will be shared, not copied, so that the two bitmaps will
|
* allocated, they will be shared, not copied, so that the two bitmaps will
|
||||||
* reference the same memory for the pixels. If a deep copy is needed,
|
* reference the same memory for the pixels.
|
||||||
* where the new bitmap has its own separate copy of the pixels, use
|
|
||||||
* deepCopyTo().
|
|
||||||
*/
|
*/
|
||||||
SkBitmap(const SkBitmap& src);
|
SkBitmap(const SkBitmap& src);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user