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

Unified Diff: cc/surfaces/display.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
« no previous file with comments | « no previous file | cc/surfaces/display.cc » ('j') | cc/surfaces/display_scheduler.cc » ('J')
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 5e0142a42fbd6b7d2937b377f9ed5f542dc868db..20dec5a0ed728423a5c8224fa039343e33b826ef 100644
--- a/cc/surfaces/display.h
+++ b/cc/surfaces/display.h
@@ -91,7 +91,6 @@ class CC_SURFACES_EXPORT Display : public DisplaySchedulerClient,
bool* changed) override;
void OnSurfaceCreated(const SurfaceInfo& surface_info) override;
void OnSurfaceDiscarded(const SurfaceId& surface_id) override;
- void OnSurfaceDestroyed(const SurfaceId& surface_id) override;
void OnSurfaceDamageExpected(const SurfaceId& surface_id,
const BeginFrameArgs& args) override;
« no previous file with comments | « no previous file | cc/surfaces/display.cc » ('j') | cc/surfaces/display_scheduler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698