Commit 89acb2b4 authored by spang's avatar spang Committed by Commit bot

ozone: gbm: Fix missing OVERRIDE

BUG=none
TEST=compile
TBR=dnicoara
NOTRY=true

Review URL: https://codereview.chromium.org/518303002

Cr-Commit-Position: refs/heads/master@{#292712}
parent fb67292e
......@@ -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];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment