nvpr removal from VisualBench base context
TBR=bsalomon@google.com BUG=skia: Review URL: https://codereview.chromium.org/1391633002
This commit is contained in:
parent
4aa02d8e73
commit
5a74afebb7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user