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

Unified Diff: mojo/cc/context_provider_mojo.cc

Issue 1131723002: Add ContextProvider::InvalidateGrContext to reset GL state in GrContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix int/uint typo 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: mojo/cc/context_provider_mojo.cc
diff --git a/mojo/cc/context_provider_mojo.cc b/mojo/cc/context_provider_mojo.cc
index aed1712e80a3f22d90e3990af8946306798dc6db..dff93621adabf4f3f28232445d779a023d049b36 100644
--- a/mojo/cc/context_provider_mojo.cc
+++ b/mojo/cc/context_provider_mojo.cc
@@ -39,6 +39,9 @@ gpu::ContextSupport* ContextProviderMojo::ContextSupport() {
class GrContext* ContextProviderMojo::GrContext() { return NULL; }
+void ContextProviderMojo::InvalidateGrContext(uint32_t state) {
+}
+
cc::ContextProvider::Capabilities ContextProviderMojo::ContextCapabilities() {
return capabilities_;
}

Powered by Google App Engine
This is Rietveld 408576698