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

Unified Diff: ui/ozone/platform/drm/host/drm_overlay_candidates_host.h

Issue 1438343002: Remove deprecated ScopedVector usage from ui/ozone and ui/events/ozone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove HDCI stuff Created 5 years, 1 month 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: ui/ozone/platform/drm/host/drm_overlay_candidates_host.h
diff --git a/ui/ozone/platform/drm/host/drm_overlay_candidates_host.h b/ui/ozone/platform/drm/host/drm_overlay_candidates_host.h
index ea272dd25205ae0a7cf086d9d329f404c3b81124..495ea6bcaedfa5e4973a10ffea69863c7e725dbb 100644
--- a/ui/ozone/platform/drm/host/drm_overlay_candidates_host.h
+++ b/ui/ozone/platform/drm/host/drm_overlay_candidates_host.h
@@ -99,7 +99,7 @@ class DrmOverlayCandidatesHost : public OverlayCandidatesOzone,
// Used to get best possible approximation of plane usage in GPU side. We use
// this to make sure we don't handle more candidates than what we can support
// in GPU side.
- ScopedVector<HardwareDisplayPlaneProxy> hardware_plane_proxy_;
+ std::vector<scoped_ptr<HardwareDisplayPlaneProxy>> hardware_plane_proxy_;
DISALLOW_COPY_AND_ASSIGN(DrmOverlayCandidatesHost);
};
« no previous file with comments | « ui/ozone/platform/drm/host/drm_display_host_manager.cc ('k') | ui/ozone/platform/drm/host/drm_overlay_candidates_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698