Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(850)

Unified Diff: mojo/cc/context_provider_mojo.h

Issue 1168943002: Remove ContextProvider::IsContextLost. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: contextprovider: . Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/cc/context_provider_mojo.h
diff --git a/mojo/cc/context_provider_mojo.h b/mojo/cc/context_provider_mojo.h
index 2102ef26d7ec178d7c4ff58f6be5562a6de59da8..cc465d06837aed9675186a170cec67500d1a97f4 100644
--- a/mojo/cc/context_provider_mojo.h
+++ b/mojo/cc/context_provider_mojo.h
@@ -27,7 +27,6 @@ class ContextProviderMojo : public cc::ContextProvider {
void SetupLock() override;
base::Lock* GetLock() override;
Capabilities ContextCapabilities() override;
- bool IsContextLost() override;
void VerifyContexts() override {}
void DeleteCachedResources() override {}
bool DestroyedOnMainThread() override;
@@ -51,7 +50,6 @@ class ContextProviderMojo : public cc::ContextProvider {
ScopedMessagePipeHandle command_buffer_handle_;
MojoGLES2Context context_;
scoped_ptr<gpu::gles2::GLES2Interface> context_gl_;
- bool context_lost_;
base::Lock context_lock_;
« no previous file with comments | « content/renderer/media/renderer_gpu_video_accelerator_factories.cc ('k') | mojo/cc/context_provider_mojo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698