aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2015-04-09 13:43:22 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-04-09 13:43:22 -0700
commita1e41c6d9a2029eb836c6120bb154ccd25e1588d (patch)
tree3fc8582ec81e96f1538d95f6c6705434cc95b0ca /experimental
parent2b86155b42c2493ff0c558ce105a464769962274 (diff)
default to 8888 for ganesh in sampleapp on iOS
Diffstat (limited to 'experimental')
-rw-r--r--experimental/iOSSampleApp/SkSampleUIView.mm11
1 files changed, 9 insertions, 2 deletions
diff --git a/experimental/iOSSampleApp/SkSampleUIView.mm b/experimental/iOSSampleApp/SkSampleUIView.mm
index 0d7a4db2bd..c0e27d6805 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