Index: src/gpu/GrContext.cpp |
diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp |
index c94c1a925b6092ae21f95cbf38313bfc134b6c5b..d905137e89e0fd7083a9010f859b9ddbf72ee1a5 100644 |
--- a/src/gpu/GrContext.cpp |
+++ b/src/gpu/GrContext.cpp |
@@ -204,8 +204,12 @@ void GrContext::contextDestroyed() { |
fGpu->markContextDirty(); |
} |
-void GrContext::resetContext() { |
- fGpu->markContextDirty(); |
+void GrContext::resetContext(GrState state) { |
+ fGpu->markContextDirty(state); |
+} |
+ |
+void GrContext::resetTextureBinding() { |
+ fGpu->resetTextureBinding(); |
} |
void GrContext::freeGpuResources() { |