aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/views
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-18 16:40:42 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-18 16:40:42 +0000
commit8cb741c9da214e53de936b5f5c1f0077e564d254 (patch)
tree220d0615faae5d29190a55832903643a028963a2 /include/views
parent186c0ccac25229534ec6fb84726043083304d4d1 (diff)
add param name w/ default arg to work around clang bug on mac 10.7
git-svn-id: http://skia.googlecode.com/svn/trunk@13486 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/views')
-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 2a9315dc8c..a358234776 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 = kUnknown_SkColorType);
+ void resize(int width, int height, SkColorType ct = kUnknown_SkColorType);
bool isDirty() const { return !fDirtyRgn.isEmpty(); }
bool update(SkIRect* updateArea);