| 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 2ead51e4bba4ead664767b6fd791fcfa205df584..e6d124ba7bf721668efc50df993689ec6479a293 100644
|
| --- a/content/common/gpu/media/rendering_helper.cc
|
| +++ b/content/common/gpu/media/rendering_helper.cc
|
| @@ -129,6 +129,10 @@ class RenderingHelper::StubOzoneDelegate : public ui::PlatformWindowDelegate {
|
| accelerated_widget_ = widget;
|
| }
|
|
|
| + void OnAcceleratedWidgetDestroyed() override {
|
| + NOTREACHED();
|
| + }
|
| +
|
| void OnActivationChanged(bool active) override {};
|
|
|
| gfx::AcceleratedWidget accelerated_widget() const {
|
|
|