Index: tools/VisualBench/VisualBench.cpp |
diff --git a/tools/VisualBench/VisualBench.cpp b/tools/VisualBench/VisualBench.cpp |
index 578ff92e3d056dd9ccbfa544dbec681551e30800..154c84b6f28c570ccc1190bd555836448e29f450 100644 |
--- a/tools/VisualBench/VisualBench.cpp |
+++ b/tools/VisualBench/VisualBench.cpp |
@@ -118,7 +118,7 @@ void VisualBench::setupContext() { |
fInterface.reset(GrGLCreateNativeInterface()); |
- // TODO use the GLContext creation factories and also set this all up in configs |
+ // TODO use the GLTestContext creation factories and also set this all up in configs |
if (!FLAGS_nvpr) { |
fInterface.reset(GrGLInterfaceRemoveNVPR(fInterface)); |
} |