Index: experimental/iOSSampleApp/Shared/SkUIView.mm |
diff --git a/experimental/iOSSampleApp/Shared/SkUIView.mm b/experimental/iOSSampleApp/Shared/SkUIView.mm |
index e2dce54a69310fd9929f05aa41bfea88c22a2f00..df55619e4c54eb7b5f9dc6fdc580b7d88ff998ad 100644 |
--- a/experimental/iOSSampleApp/Shared/SkUIView.mm |
+++ b/experimental/iOSSampleApp/Shared/SkUIView.mm |
@@ -1,3 +1,9 @@ |
+/* |
+ * Copyright 2011 Google Inc. |
+ * |
+ * Use of this source code is governed by a BSD-style license that can be |
+ * found in the LICENSE file. |
+ */ |
#import "SkUIView.h" |
#include "SkCanvas.h" |
#include "SkCGUtils.h" |
@@ -29,8 +35,7 @@ |
- (void)setUpWindow { |
if (NULL != fWind) { |
fWind->setVisibleP(true); |
- fWind->resize(self.frame.size.width, self.frame.size.height, |
- kN32_SkColorType); |
+ fWind->resize(self.frame.size.width, self.frame.size.height); |
} |
} |