| OLD | NEW |
| 1 // Copyright (c) 2011 The Native Client Authors. All rights reserved. | 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #ifndef NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_GLOBALS_H_ | 5 #ifndef NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_GLOBALS_H_ |
| 6 #define NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_GLOBALS_H_ | 6 #define NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_GLOBALS_H_ |
| 7 | 7 |
| 8 #include "ppapi/c/dev/ppb_memory_dev.h" | 8 #include "ppapi/c/dev/ppb_memory_dev.h" |
| 9 #include "ppapi/c/dev/ppp_find_dev.h" | 9 #include "ppapi/c/dev/ppp_find_dev.h" |
| 10 #include "ppapi/c/dev/ppp_printing_dev.h" | 10 #include "ppapi/c/dev/ppp_printing_dev.h" |
| 11 #include "ppapi/c/dev/ppp_scrollbar_dev.h" | 11 #include "ppapi/c/dev/ppp_scrollbar_dev.h" |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 | 70 |
| 71 // Get thread creation/join functions. | 71 // Get thread creation/join functions. |
| 72 const struct PP_ThreadFunctions* GetThreadCreator(); | 72 const struct PP_ThreadFunctions* GetThreadCreator(); |
| 73 | 73 |
| 74 // PPAPI constants used in the proxy. | 74 // PPAPI constants used in the proxy. |
| 75 extern const PP_Resource kInvalidResourceId; | 75 extern const PP_Resource kInvalidResourceId; |
| 76 | 76 |
| 77 } // namespace ppapi_proxy | 77 } // namespace ppapi_proxy |
| 78 | 78 |
| 79 #endif // NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_GLOBALS_H_ | 79 #endif // NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_GLOBALS_H_ |
| OLD | NEW |