aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/core/SkBitmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h
index 29ff2c5a1a..9997881d53 100644
--- a/include/core/SkBitmap.h
+++ b/include/core/SkBitmap.h
@@ -803,7 +803,7 @@ private:
*/
void freePixels();
void updatePixelsFromRef() const;
-
+
static void WriteRawPixels(SkWriteBuffer*, const SkBitmap&);
static bool ReadRawPixels(SkReadBuffer*, SkBitmap*);