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:
Brian Osman 2017-06-20 09:45:16 -04:00 committed by Skia Commit-Bot
parent e53120754b
commit 29e6f3182b

View File

@ -47,9 +47,7 @@ public:
/**
* 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
* reference the same memory for the pixels. If a deep copy is needed,
* where the new bitmap has its own separate copy of the pixels, use
* deepCopyTo().
* reference the same memory for the pixels.
*/
SkBitmap(const SkBitmap& src);