| Index: mojo/services/native_viewport/native_viewport_stub.cc
|
| diff --git a/mojo/services/native_viewport/native_viewport_stub.cc b/mojo/services/native_viewport/native_viewport_stub.cc
|
| index 9dcb33a88069397e46fe21aa16be1d1d0e2c8aed..43ca831bc88fe1d4ff4d6f86b5f737dd36469a83 100644
|
| --- a/mojo/services/native_viewport/native_viewport_stub.cc
|
| +++ b/mojo/services/native_viewport/native_viewport_stub.cc
|
| @@ -41,7 +41,7 @@ class NativeViewportStub : public NativeViewport {
|
|
|
| // static
|
| scoped_ptr<NativeViewport> NativeViewport::Create(
|
| - shell::Context* context,
|
| + NativeViewportContext* context,
|
| NativeViewportDelegate* delegate) {
|
| return scoped_ptr<NativeViewport>(new NativeViewportStub(delegate)).Pass();
|
| }
|
|
|