Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@13483 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
dac522589e
commit
31acdeabce
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user