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

Unified Diff: ui/gl/gl_context_stub_with_extensions.h

Issue 1095893002: gpu: Fix some context lost marking glitches+leaks and add UMA stats (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: kbr's comment Created 5 years, 8 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
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | ui/gl/gl_context_stub_with_extensions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_context_stub_with_extensions.h
diff --git a/ui/gl/gl_context_stub_with_extensions.h b/ui/gl/gl_context_stub_with_extensions.h
index 190e03efad3cd3a30c8cf2538bd81621d797450d..d9da9d526177552f8d6e3d229246c31c71b81ebc 100644
--- a/ui/gl/gl_context_stub_with_extensions.h
+++ b/ui/gl/gl_context_stub_with_extensions.h
@@ -19,6 +19,7 @@ class GL_EXPORT GLContextStubWithExtensions : public gfx::GLContextStub {
void AddExtensionsString(const char* extensions);
void SetGLVersionString(const char* version_str);
+ bool WasAllocatedUsingRobustnessExtension() override;
protected:
std::string GetGLVersion() override;
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | ui/gl/gl_context_stub_with_extensions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698