Index: android_webview/browser/aw_render_thread_context_provider.h |
diff --git a/android_webview/browser/aw_render_thread_context_provider.h b/android_webview/browser/aw_render_thread_context_provider.h |
index 839f1a9346d6c4ea4de0b5d8345d431c4e096450..b5d726c13701f2f15dcff87b795fd63e52a92f9b 100644 |
--- a/android_webview/browser/aw_render_thread_context_provider.h |
+++ b/android_webview/browser/aw_render_thread_context_provider.h |
@@ -10,7 +10,6 @@ |
#include <memory> |
#include "base/macros.h" |
-#include "base/synchronization/lock.h" |
#include "base/threading/thread_checker.h" |
#include "cc/output/context_provider.h" |
#include "gpu/command_buffer/service/in_process_command_buffer.h" |
@@ -60,10 +59,6 @@ class AwRenderThreadContextProvider : public cc::ContextProvider { |
cc::ContextProvider::Capabilities capabilities_; |
- LostContextCallback lost_context_callback_; |
- |
- base::Lock context_lock_; |
- |
DISALLOW_COPY_AND_ASSIGN(AwRenderThreadContextProvider); |
}; |