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

Unified Diff: components/surfaces/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: components/surfaces/context_provider_mojo.cc
diff --git a/components/surfaces/context_provider_mojo.cc b/components/surfaces/context_provider_mojo.cc
index f9efbcc4a826d8bb1ad0d5ff9cbda6d080e8cd9a..8e8ebc38de3c2876fadfa5f23f43d6c082529809 100644
--- a/components/surfaces/context_provider_mojo.cc
+++ b/components/surfaces/context_provider_mojo.cc
@@ -43,6 +43,9 @@ 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