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

Unified Diff: tests/PictureTest.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/PictureTest.cpp
diff --git a/tests/PictureTest.cpp b/tests/PictureTest.cpp
index f65c8408991c1dbfa9a4ef752c572da1239fe024..cf36cfa9ee77e5602ec96d9b7d466bc5ae875afa 100644
--- a/tests/PictureTest.cpp
+++ b/tests/PictureTest.cpp
@@ -785,7 +785,7 @@ static void test_gpu_veto(skiatest::Reporter* reporter) {
static void test_gpu_picture_optimization(skiatest::Reporter* reporter,
GrContextFactory* factory) {
- GrContext* context = factory->get(GrContextFactory::kNative_GLContextType);
+ GrContext* context = factory->get(GrContextFactory::kNative_GLContextType, kNone_GrGLStandard);
static const int kWidth = 100;
static const int kHeight = 100;

Powered by Google App Engine
This is Rietveld 408576698