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 35c9c3b3bcd61352c5240f2010ec0f1404bd15b5..c1f5037e40bdf39dbf09e8a888edc7fd9dc93679 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_; |