nvpr removal from VisualBench base context

TBR=bsalomon@google.com
BUG=skia:

Review URL: https://codereview.chromium.org/1391633002
This commit is contained in:
joshualitt 2015-10-06 08:05:10 -07:00 committed by Commit bot
parent 4aa02d8e73
commit 5a74afebb7

View File

@ -82,6 +82,9 @@ void VisualBench::resetContext() {
fSurface.reset(nullptr);
fInterface.reset(GrGLCreateNativeInterface());
// TODO use the GLContext creation factories
fInterface.reset(GrGLInterfaceRemoveNVPR(fInterface));
SkASSERT(fInterface);
// setup contexts