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

Unified Diff: tests/ClipCacheTest.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/ClipCacheTest.cpp
diff --git a/tests/ClipCacheTest.cpp b/tests/ClipCacheTest.cpp
index 77f0137d5a58996b3d1f97c48484c4f45b7ceb19..a6feb8dff09754cccfa0200c49f2f3908ff124a7 100644
--- a/tests/ClipCacheTest.cpp
+++ b/tests/ClipCacheTest.cpp
@@ -225,7 +225,7 @@ DEF_GPUTEST(ClipCache, reporter, factory) {
if (!GrContextFactory::IsRenderingGLContext(glType)) {
continue;
}
- GrContext* context = factory->get(glType);
+ GrContext* context = factory->get(glType, kNone_GrGLStandard);
if (NULL == context) {
continue;
}

Powered by Google App Engine
This is Rietveld 408576698