More fixes for ios build.
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 7 Feb 2013 17:01:39 +0000 (17:01 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 7 Feb 2013 17:01:39 +0000 (17:01 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@7643 2bbb7eff-a529-9590-31e7-b0007b416f81

experimental/iOSSampleApp/SkSampleUIView.mm

index 12c5692..2ed5402 100644 (file)
@@ -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) &&