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

Unified Diff: ui/ozone/platform/dri/gbm_surface_factory.cc

Issue 518303002: ozone: gbm: Fix missing OVERRIDE (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/dri/gbm_surface_factory.cc
diff --git a/ui/ozone/platform/dri/gbm_surface_factory.cc b/ui/ozone/platform/dri/gbm_surface_factory.cc
index fee7126ddc55d3ccce1c6d16250126d83dd30534..509fe5f31bcac8f65730014d805308f9fdf9d019 100644
--- a/ui/ozone/platform/dri/gbm_surface_factory.cc
+++ b/ui/ozone/platform/dri/gbm_surface_factory.cc
@@ -28,7 +28,8 @@ class SingleOverlay : public OverlayCandidatesOzone {
SingleOverlay() {}
virtual ~SingleOverlay() {}
- virtual void CheckOverlaySupport(OverlaySurfaceCandidateList* candidates) {
+ virtual void CheckOverlaySupport(
+ OverlaySurfaceCandidateList* candidates) OVERRIDE {
if (candidates->size() == 2) {
OverlayCandidatesOzone::OverlaySurfaceCandidate* first =
&(*candidates)[0];
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698