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

Unified Diff: content/common/gpu/client/context_provider_command_buffer.h

Issue 1131723002: Add ContextProvider::InvalidateGrContext to reset GL state in GrContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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: content/common/gpu/client/context_provider_command_buffer.h
diff --git a/content/common/gpu/client/context_provider_command_buffer.h b/content/common/gpu/client/context_provider_command_buffer.h
index 101c0a0f670a69cf186a6166bdc85678db604618..239689d1e57d726a2608e35ee2fe38ea76a581ca 100644
--- a/content/common/gpu/client/context_provider_command_buffer.h
+++ b/content/common/gpu/client/context_provider_command_buffer.h
@@ -66,6 +66,7 @@ class CONTENT_EXPORT ContextProviderCommandBuffer
private:
void InitializeCapabilities();
+ void DoInvalidateGrContext(uint32_t state) override;
base::ThreadChecker main_thread_checker_;
base::ThreadChecker context_thread_checker_;

Powered by Google App Engine
This is Rietveld 408576698