Index: cc/output/context_provider.h |
diff --git a/cc/output/context_provider.h b/cc/output/context_provider.h |
index 7362e8b55aa9acffd62060af1ed08c766581c4f2..9ca0b08842a2eb242c6711c20e07172454f0d188 100644 |
--- a/cc/output/context_provider.h |
+++ b/cc/output/context_provider.h |
@@ -27,6 +27,7 @@ class ContextProvider : public base::RefCountedThreadSafe<ContextProvider> { |
// Once this function has been called, the class should only be accessed |
// from the same thread. |
virtual bool BindToCurrentThread() = 0; |
+ virtual void DetachFromThread() {} |
virtual gpu::gles2::GLES2Interface* ContextGL() = 0; |
virtual gpu::ContextSupport* ContextSupport() = 0; |