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..35c9c3b3bcd61352c5240f2010ec0f1404bd15b5 100644 |
--- a/mojo/services/native_viewport/native_viewport_x11.cc |
+++ b/mojo/services/native_viewport/native_viewport_x11.cc |
@@ -112,7 +112,6 @@ class NativeViewportX11 : public NativeViewport, |
// static |
scoped_ptr<NativeViewport> NativeViewport::Create( |
- shell::Context* context, |
NativeViewportDelegate* delegate) { |
return scoped_ptr<NativeViewport>(new NativeViewportX11(delegate)).Pass(); |
} |