Index: tools/flags/SkCommonFlagsConfig.h |
diff --git a/tools/flags/SkCommonFlagsConfig.h b/tools/flags/SkCommonFlagsConfig.h |
index abf5946847466a28e5ac67e77060dbfa2cd167af..5d95ef186ad912e8f591d3ac160f5a01b6d739fd 100644 |
--- a/tools/flags/SkCommonFlagsConfig.h |
+++ b/tools/flags/SkCommonFlagsConfig.h |
@@ -50,7 +50,7 @@ class SkCommandLineConfig { |
// * backends that represent a shorthand of above (such as "msaa16" representing "gpu(samples=16)") |
class SkCommandLineConfigGpu : public SkCommandLineConfig { |
public: |
- typedef sk_gpu_test::GrContextFactory::GLContextType ContextType; |
+ typedef sk_gpu_test::GrContextFactory::ContextType ContextType; |
SkCommandLineConfigGpu(const SkString& tag, const SkTArray<SkString>& viaParts, |
ContextType contextType, bool useNVPR, bool useDIText, int samples, |
SkColorType colorType, SkColorProfileType profileType); |