diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h index 35928db2a2..92d7473a35 100644 --- a/include/core/SkBitmap.h +++ b/include/core/SkBitmap.h @@ -308,7 +308,7 @@ public: bool installPixels(const SkImageInfo&, void* pixels, size_t rowBytes, void (*ReleaseProc)(void* addr, void* context), void* context); - + /** * Call installPixels with no ReleaseProc specified. This means that the * caller must ensure that the specified pixels are valid for the lifetime diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h index 7801b35c82..3952705c33 100644 --- a/include/core/SkCanvas.h +++ b/include/core/SkCanvas.h @@ -1125,7 +1125,7 @@ private: * device, its reference count is decremented. The new device is returned. */ SkBaseDevice* setRootDevice(SkBaseDevice* device); - + // internal methods are not virtual, so they can safely be called by other // canvas apis, without confusing subclasses (like SkPictureRecording)