| Index: mojo/services/native_viewport/native_viewport_ozone.cc
|
| diff --git a/mojo/services/native_viewport/native_viewport_ozone.cc b/mojo/services/native_viewport/native_viewport_ozone.cc
|
| index 4b62b9690ad31b7478f3a569ea2305da85ee4f94..fa5648f5a5f28fc85b7b84a3f9ea7a78f4f50b55 100644
|
| --- a/mojo/services/native_viewport/native_viewport_ozone.cc
|
| +++ b/mojo/services/native_viewport/native_viewport_ozone.cc
|
| @@ -81,6 +81,8 @@ class NativeViewportOzone : public NativeViewport,
|
| delegate_->OnAcceleratedWidgetAvailable(widget);
|
| }
|
|
|
| + virtual void OnActivationChanged(bool active) OVERRIDE {}
|
| +
|
| scoped_ptr<ui::PlatformWindow> platform_window_;
|
| NativeViewportDelegate* delegate_;
|
|
|
|
|