| Index: content/common/gpu/media/rendering_helper.cc
|
| diff --git a/content/common/gpu/media/rendering_helper.cc b/content/common/gpu/media/rendering_helper.cc
|
| index 34f6423a5deca29db7b83d471c63abb1f456e537..45271f10501436cedbe223ccd84d6904ee0b6ccb 100644
|
| --- a/content/common/gpu/media/rendering_helper.cc
|
| +++ b/content/common/gpu/media/rendering_helper.cc
|
| @@ -102,7 +102,7 @@ class RenderingHelper::StubOzoneDelegate : public ui::PlatformWindowDelegate {
|
| platform_window_ = ui::OzonePlatform::GetInstance()->CreatePlatformWindow(
|
| this, gfx::Rect());
|
| }
|
| - virtual ~StubOzoneDelegate() {}
|
| + ~StubOzoneDelegate() override {}
|
|
|
| void OnBoundsChanged(const gfx::Rect& new_bounds) override {}
|
|
|
|
|