| Index: experimental/iOSSampleApp/SkSampleUIView.mm
|
| diff --git a/experimental/iOSSampleApp/SkSampleUIView.mm b/experimental/iOSSampleApp/SkSampleUIView.mm
|
| index 0d7a4db2bd170cc1015d8e2860e925e526c0435b..c0e27d6805a3c4d635b6f33359fb02f063827432 100644
|
| --- a/experimental/iOSSampleApp/SkSampleUIView.mm
|
| +++ b/experimental/iOSSampleApp/SkSampleUIView.mm
|
| @@ -1,7 +1,14 @@
|
| +/*
|
| + * Copyright 2015 Google Inc.
|
| + *
|
| + * Use of this source code is governed by a BSD-style license that can be
|
| + * found in the LICENSE file.
|
| + */
|
| +
|
| #import "SkSampleUIView.h"
|
|
|
| -#define SKGL_CONFIG kEAGLColorFormatRGB565
|
| -//#define SKGL_CONFIG kEAGLColorFormatRGBA8
|
| +//#define SKGL_CONFIG kEAGLColorFormatRGB565
|
| +#define SKGL_CONFIG kEAGLColorFormatRGBA8
|
|
|
| #define FORCE_REDRAW
|
|
|
|
|