Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: experimental/iOSSampleApp/SkSampleUIView.mm

Issue 960133004: Fix SampleApp build on iOS. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/iOSSampleApp/SkSampleUIView.mm
diff --git a/experimental/iOSSampleApp/SkSampleUIView.mm b/experimental/iOSSampleApp/SkSampleUIView.mm
index 6234739e07212cf7e71904e18a700d046caf360b..1d27e11469e98e2c5f6af700e027dce06c466f21 100644
--- a/experimental/iOSSampleApp/SkSampleUIView.mm
+++ b/experimental/iOSSampleApp/SkSampleUIView.mm
@@ -53,7 +53,6 @@ public:
break;
// these guys use the native backend
case SampleWindow::kGPU_DeviceType:
- case SampleWindow::kNullGPU_DeviceType:
fBackend = SkOSWindow::kNativeGL_BackEndType;
break;
default:
@@ -78,9 +77,6 @@ public:
case SampleWindow::kGPU_DeviceType:
fCurIntf = GrGLCreateNativeInterface();
break;
- case SampleWindow::kNullGPU_DeviceType:
- fCurIntf = GrGLCreateNullInterface();
- break;
default:
SkASSERT(false);
break;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698