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

Unified Diff: tests/GrSurfaceTest.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/GrSurfaceTest.cpp
diff --git a/tests/GrSurfaceTest.cpp b/tests/GrSurfaceTest.cpp
index b73adc0b1ef96b664614ece74acf2dd2e6a87fcd..901dcd6f6483a344e6cafae4d5933fece203deac 100644
--- a/tests/GrSurfaceTest.cpp
+++ b/tests/GrSurfaceTest.cpp
@@ -15,7 +15,7 @@
#include "Test.h"
DEF_GPUTEST(GrSurfaceTest, reporter, factory) {
- GrContext* context = factory->get(GrContextFactory::kNull_GLContextType);
+ GrContext* context = factory->get(GrContextFactory::kNull_GLContextType, kNone_GrGLStandard);
if (NULL != context) {
GrTextureDesc desc;
desc.fConfig = kSkia8888_GrPixelConfig;

Powered by Google App Engine
This is Rietveld 408576698