Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(241)

Side by Side Diff: ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.h

Issue 7778046: Update Native Client Authors to be Chromium Authors for the code moved from the (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698