| Index: webkit/plugins/ppapi/resource_creation_impl.cc
|
| diff --git a/webkit/plugins/ppapi/resource_creation_impl.cc b/webkit/plugins/ppapi/resource_creation_impl.cc
|
| index 47ca3bc4c56ffdd39d3cf6ecf730a30f65942f19..f091a387c00d4c2803a041c84956d73f334404db 100644
|
| --- a/webkit/plugins/ppapi/resource_creation_impl.cc
|
| +++ b/webkit/plugins/ppapi/resource_creation_impl.cc
|
| @@ -154,6 +154,12 @@ PP_Resource ResourceCreationImpl::CreateIMEInputEvent(
|
| segment_offsets, target_segment, selection_start, selection_end);
|
| }
|
|
|
| +PP_Resource ResourceCreationImpl::CreateIsolatedFileSystem(PP_Instance instance,
|
| + const char* fsid) {
|
| + NOTIMPLEMENTED(); // no need to support in-process
|
| + return 0;
|
| +}
|
| +
|
| PP_Resource ResourceCreationImpl::CreateKeyboardInputEvent(
|
| PP_Instance instance,
|
| PP_InputEvent_Type type,
|
|
|