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

Unified Diff: components/mus/surfaces/surfaces_context_provider.h

Issue 1864723003: Make lost context and error message callbacks on GpuControl go to client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: errorcallback: .get Created 4 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
Index: components/mus/surfaces/surfaces_context_provider.h
diff --git a/components/mus/surfaces/surfaces_context_provider.h b/components/mus/surfaces/surfaces_context_provider.h
index bb3a4c6660d76315cd968fc6c4168acde2ec3667..d60510755dee003fd6d30f401e379b9e3179b30c 100644
--- a/components/mus/surfaces/surfaces_context_provider.h
+++ b/components/mus/surfaces/surfaces_context_provider.h
@@ -67,7 +67,6 @@ class SurfacesContextProvider : public cc::ContextProvider,
private:
// CommandBufferLocalClient:
void UpdateVSyncParameters(int64_t timebase, int64_t interval) override;
- void DidLoseContext() override;
void GpuCompletedSwapBuffers(gfx::SwapResult result) override;
// From GLES2Context:

Powered by Google App Engine
This is Rietveld 408576698