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

Unified Diff: cc/surfaces/display.h

Issue 2443003004: cc: Make OutputSurface::BindToClient pure virtual and not return bool (Closed)
Patch Set: bindtoclient-pure-virtual: rebase Created 4 years, 2 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 | « cc/output/software_renderer_unittest.cc ('k') | cc/surfaces/display.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/display.h
diff --git a/cc/surfaces/display.h b/cc/surfaces/display.h
index fd847f4e2eeb6442fe4186d6cd734d61345ab030..6b32ee92df4d1dc3840d64ea13ad554181579f93 100644
--- a/cc/surfaces/display.h
+++ b/cc/surfaces/display.h
@@ -87,7 +87,6 @@ class CC_SURFACES_EXPORT Display : public DisplaySchedulerClient,
void DidReceiveSwapBuffersAck() override;
void DidReceiveTextureInUseResponses(
const gpu::TextureInUseResponses& responses) override;
- void DidLoseOutputSurface() override;
// SurfaceObserver implementation.
void OnSurfaceDamaged(const SurfaceId& surface, bool* changed) override;
@@ -103,6 +102,7 @@ class CC_SURFACES_EXPORT Display : public DisplaySchedulerClient,
private:
void InitializeRenderer();
void UpdateRootSurfaceResourcesLocked();
+ void DidLoseContextProvider();
SharedBitmapManager* const bitmap_manager_;
gpu::GpuMemoryBufferManager* const gpu_memory_buffer_manager_;
« no previous file with comments | « cc/output/software_renderer_unittest.cc ('k') | cc/surfaces/display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698