| 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 31e02fe15969b7be5d1d270705956940644744a4..023a71cdd19ba981b5904207d4f51447c4f7a7a6 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_;
|
|
|
|
|