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

Unified Diff: components/viz/frame_sinks/mojo_frame_sink_manager.h

Issue 2918883002: cc: Get rid of SurfaceDestroyed and use SurfaceDiscarded instead
Patch Set: Updated Created 3 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/viz/frame_sinks/mojo_frame_sink_manager.h
diff --git a/components/viz/frame_sinks/mojo_frame_sink_manager.h b/components/viz/frame_sinks/mojo_frame_sink_manager.h
index 26c0e0c870a7e6495c39ce07d88ae2242e183f58..a2e11c64b905b0c81c9ac3f1cfd230113092af1e 100644
--- a/components/viz/frame_sinks/mojo_frame_sink_manager.h
+++ b/components/viz/frame_sinks/mojo_frame_sink_manager.h
@@ -84,7 +84,6 @@ class VIZ_EXPORT MojoFrameSinkManager
const cc::BeginFrameAck& ack,
bool* changed) override;
void OnSurfaceDiscarded(const cc::SurfaceId& surface_id) override;
- void OnSurfaceDestroyed(const cc::SurfaceId& surface_id) override;
void OnSurfaceDamageExpected(const cc::SurfaceId& surface_id,
const cc::BeginFrameArgs& args) override;

Powered by Google App Engine
This is Rietveld 408576698