| Index: mojo/services/native_viewport/native_viewport.h
|
| diff --git a/mojo/services/native_viewport/native_viewport.h b/mojo/services/native_viewport/native_viewport.h
|
| index 85971564c0e2903df7f9610e020488c11bbc1688..66dd25c0afe73647cd175aca2057abe1c46f7b6e 100644
|
| --- a/mojo/services/native_viewport/native_viewport.h
|
| +++ b/mojo/services/native_viewport/native_viewport.h
|
| @@ -41,8 +41,7 @@ class NativeViewport {
|
| virtual void Close() = 0;
|
| virtual gfx::Size GetSize() = 0;
|
|
|
| - static scoped_ptr<NativeViewport> Create(shell::Context* context,
|
| - NativeViewportDelegate* delegate);
|
| + static scoped_ptr<NativeViewport> Create(NativeViewportDelegate* delegate);
|
| };
|
|
|
| } // namespace services
|
|
|