Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(682)

Unified Diff: include/views/SkWindow.h

Issue 170743002: fix iOS build -- pass colortype, not config (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « experimental/iOSSampleApp/SkSampleUIView.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/views/SkWindow.h
diff --git a/include/views/SkWindow.h b/include/views/SkWindow.h
index a35823477648357eb1600485026cc9160cd74d8d..2a9315dc8c77c3b662e0a0af633c5883b38bdc43 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);
« no previous file with comments | « experimental/iOSSampleApp/SkSampleUIView.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698