From 4c7f0a16312c374eba4e8d5d46435ce9eb0b9971 Mon Sep 17 00:00:00 2001 From: bsalomon Date: Thu, 31 Mar 2016 10:07:23 -0700 Subject: rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext rename subclasses Fix up the EGL native GLTestContext GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1849463002 TBR=jvanverth@google.com Review URL: https://codereview.chromium.org/1849463002 --- tests/TestTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/TestTest.cpp') diff --git a/tests/TestTest.cpp b/tests/TestTest.cpp index 05ab9ff697..d72e02d5c1 100644 --- a/tests/TestTest.cpp +++ b/tests/TestTest.cpp @@ -9,7 +9,7 @@ #if SK_SUPPORT_GPU #include "GrContext.h" -#include "gl/GLContext.h" +#include "gl/GLTestContext.h" #endif @@ -64,7 +64,7 @@ DEF_GPUTEST_FOR_NULL_CONTEXT(TestGpuNullContext, reporter, context) { #endif // This is an example of a GPU test that tests a property that should work for all GPU contexts. -// It uses the additional GLContext* glContext to implement the test. +// It uses the additional GLTestContext* glContext to implement the test. #if SK_SUPPORT_GPU DEF_GPUTEST_FOR_ALL_CONTEXTS(TestGpuGrContextAndGLContext, reporter, context, glContext) { REPORTER_ASSERT(reporter, reporter); -- cgit v1.2.3