aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-18 23:32:05 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-18 23:32:05 +0000
commitb45c56e4b7e3d51c808b0d8694e13ea3b403ec6f (patch)
tree8c7158031efde026e8d4e659b0e5abcdfcae709b /include
parentd281c9240c7bd51ce0c29c6d4de27819e359e1d1 (diff)
fix iOS build -- pass colortype, not config
BUG=skia: R=scroggo@google.com Author: reed@google.com Review URL: https://codereview.chromium.org/170743002 git-svn-id: http://skia.googlecode.com/svn/trunk@13494 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-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);