| Index: ppapi/thunk/resource_creation_api.h
 | 
| diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h
 | 
| index 94311bb9fcab49fe2df5a40d5e6cd48fd9c57858..9a813d5739bdb434961938bdf775150272ba72b1 100644
 | 
| --- a/ppapi/thunk/resource_creation_api.h
 | 
| +++ b/ppapi/thunk/resource_creation_api.h
 | 
| @@ -193,8 +193,6 @@ class ResourceCreationAPI {
 | 
|    virtual PP_Resource CreateFlashMessageLoop(PP_Instance instance) = 0;
 | 
|    virtual PP_Resource CreatePlatformVerificationPrivate(
 | 
|        PP_Instance instance) = 0;
 | 
| -  virtual PP_Resource CreateScrollbar(PP_Instance instance,
 | 
| -                                      PP_Bool vertical) = 0;
 | 
|    virtual PP_Resource CreateVideoCapture(PP_Instance instance) = 0;
 | 
|    virtual PP_Resource CreateVideoDecoderDev(
 | 
|        PP_Instance instance,
 | 
| 
 |