| Index: content/browser/compositor/overlay_candidate_validator_ozone.h
|
| diff --git a/content/browser/compositor/overlay_candidate_validator_ozone.h b/content/browser/compositor/overlay_candidate_validator_ozone.h
|
| index 0e81d53e7c0fcfaf19f3353e4846ad35e81e4267..f33a77e519d19d80844608584ab48a67365d6486 100644
|
| --- a/content/browser/compositor/overlay_candidate_validator_ozone.h
|
| +++ b/content/browser/compositor/overlay_candidate_validator_ozone.h
|
| @@ -22,10 +22,10 @@ class CONTENT_EXPORT OverlayCandidateValidatorOzone
|
| OverlayCandidateValidatorOzone(
|
| gfx::AcceleratedWidget widget,
|
| ui::OverlayCandidatesOzone* overlay_candidates);
|
| - virtual ~OverlayCandidateValidatorOzone();
|
| + ~OverlayCandidateValidatorOzone() override;
|
|
|
| // cc::OverlayCandidateValidator implementation.
|
| - virtual void CheckOverlaySupport(cc::OverlayCandidateList* surfaces) override;
|
| + void CheckOverlaySupport(cc::OverlayCandidateList* surfaces) override;
|
|
|
| private:
|
| gfx::AcceleratedWidget widget_;
|
|
|