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

Unified Diff: tests/WritePixelsTest.cpp

Issue 319043005: Support using OpenGL ES context on desktop (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 6 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
Index: tests/WritePixelsTest.cpp
diff --git a/tests/WritePixelsTest.cpp b/tests/WritePixelsTest.cpp
index 1a527937dec4c3e87c2ed13fb029490923bb02b8..4a5b1f9c2adefde3129e954c67d00dae02d036e7 100644
--- a/tests/WritePixelsTest.cpp
+++ b/tests/WritePixelsTest.cpp
@@ -419,7 +419,7 @@ DEF_GPUTEST(WritePixels, reporter, factory) {
if (!GrContextFactory::IsRenderingGLContext(type)) {
continue;
}
- context = factory->get(type);
+ context = factory->get(type, kNone_GrGLStandard);
if (NULL == context) {
continue;
}
« tests/SurfaceTest.cpp ('K') | « tests/SurfaceTest.cpp ('k') | tools/PictureRenderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698