aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-02-07 17:01:39 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-02-07 17:01:39 +0000
commit365d78762d0878bb3c9d4bfc90c99eab5f2c896a (patch)
tree97bf41ebfcd720f92a61b5e4aba62f1f458b17d4
parentf67bd9d59ec34daba7b6ad3880dd20dd2ccb9739 (diff)
More fixes for ios build.
git-svn-id: http://skia.googlecode.com/svn/trunk@7643 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--experimental/iOSSampleApp/SkSampleUIView.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/experimental/iOSSampleApp/SkSampleUIView.mm b/experimental/iOSSampleApp/SkSampleUIView.mm
index 12c56929e3..2ed5402ba6 100644
--- a/experimental/iOSSampleApp/SkSampleUIView.mm
+++ b/experimental/iOSSampleApp/SkSampleUIView.mm
@@ -89,8 +89,8 @@ public:
SkASSERT(NULL == fCurContext);
if (SkOSWindow::kNone_BackEndType != fBackend) {
- fCurContext = GrContext::Create(kOpenGL_Shaders_GrEngine,
- (GrPlatform3DContext) fCurIntf);
+ fCurContext = GrContext::Create(kOpenGL_GrBackend,
+ (GrBackendContext) fCurIntf);
}
if ((NULL == fCurContext || NULL == fCurIntf) &&