aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/views/SkWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/views/SkWindow.h')
-rw-r--r--include/views/SkWindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/views/SkWindow.h b/include/views/SkWindow.h
index a358234776..2a9315dc8c 100644
--- a/include/views/SkWindow.h
+++ b/include/views/SkWindow.h
@@ -33,7 +33,7 @@ public:
const SkBitmap& getBitmap() const { return fBitmap; }
void setColorType(SkColorType);
- void resize(int width, int height, SkColorType ct = kUnknown_SkColorType);
+ void resize(int width, int height, SkColorType = kUnknown_SkColorType);
bool isDirty() const { return !fDirtyRgn.isEmpty(); }
bool update(SkIRect* updateArea);