| 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 3c36c6c6f19f91f9292a43c3d2b151235967070c..cf0445262fe022c012e62b748221586803e8fef0 100644
|
| --- a/mojo/services/native_viewport/native_viewport.h
|
| +++ b/mojo/services/native_viewport/native_viewport.h
|
| @@ -44,6 +44,7 @@ class NativeViewport {
|
| virtual void SetCapture() = 0;
|
| virtual void ReleaseCapture() = 0;
|
|
|
| + // |context| is NULL when loaded into separate process.
|
| static scoped_ptr<NativeViewport> Create(shell::Context* context,
|
| NativeViewportDelegate* delegate);
|
| };
|
|
|