| Index: mojo/services/native_viewport/native_viewport_x11.cc
|
| diff --git a/mojo/services/native_viewport/native_viewport_x11.cc b/mojo/services/native_viewport/native_viewport_x11.cc
|
| index 16a9ae3819660a0939fcefa7d8fbec4c54d69e9c..e46f1d25a55e5fbf5e7c18a55d187f9b3d5519d9 100644
|
| --- a/mojo/services/native_viewport/native_viewport_x11.cc
|
| +++ b/mojo/services/native_viewport/native_viewport_x11.cc
|
| @@ -102,6 +102,8 @@ class NativeViewportX11 : public NativeViewport,
|
| delegate_->OnAcceleratedWidgetAvailable(widget);
|
| }
|
|
|
| + virtual void OnActivationChanged(bool active) OVERRIDE {}
|
| +
|
| scoped_ptr<ui::PlatformEventSource> event_source_;
|
| scoped_ptr<ui::PlatformWindow> platform_window_;
|
| NativeViewportDelegate* delegate_;
|
|
|