| Index: mojo/services/native_viewport/native_viewport_mac.mm
|
| diff --git a/mojo/services/native_viewport/native_viewport_mac.mm b/mojo/services/native_viewport/native_viewport_mac.mm
|
| index 9d7301f6767fc7fbd817af3cf93d2493a0699733..4d4a55f26ba27f0de7b351bd62d2394ffeddc1cc 100644
|
| --- a/mojo/services/native_viewport/native_viewport_mac.mm
|
| +++ b/mojo/services/native_viewport/native_viewport_mac.mm
|
| @@ -79,7 +79,6 @@ class NativeViewportMac : public NativeViewport {
|
|
|
| // static
|
| scoped_ptr<NativeViewport> NativeViewport::Create(
|
| - shell::Context* context,
|
| NativeViewportDelegate* delegate) {
|
| return scoped_ptr<NativeViewport>(new NativeViewportMac(delegate)).Pass();
|
| }
|
|
|