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

Side by Side Diff: ppapi/native_client/tests/ppapi_test_lib/get_browser_interface.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 // Defines helper functions for all interfaces supported by the Native Client 5 // Defines helper functions for all interfaces supported by the Native Client
6 // proxy. 6 // proxy.
7 7
8 #ifndef NATIVE_CLIENT_TESTS_PPAPI_TEST_PPB_TEMPLATE_GET_BROWSER_INTERFACE_H 8 #ifndef NATIVE_CLIENT_TESTS_PPAPI_TEST_PPB_TEMPLATE_GET_BROWSER_INTERFACE_H
9 #define NATIVE_CLIENT_TESTS_PPAPI_TEST_PPB_TEMPLATE_GET_BROWSER_INTERFACE_H 9 #define NATIVE_CLIENT_TESTS_PPAPI_TEST_PPB_TEMPLATE_GET_BROWSER_INTERFACE_H
10 10
11 // The definition of scrollbar depends on the interface version. 11 // The definition of scrollbar depends on the interface version.
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 const PPB_Font_Dev* PPBFontDev(); 76 const PPB_Font_Dev* PPBFontDev();
77 const PPB_Graphics3D_Dev* PPBGraphics3DDev(); 77 const PPB_Graphics3D_Dev* PPBGraphics3DDev();
78 const PPB_Memory_Dev* PPBMemoryDev(); 78 const PPB_Memory_Dev* PPBMemoryDev();
79 const PPB_OpenGLES2_Dev* PPBOpenGLES2Dev(); 79 const PPB_OpenGLES2_Dev* PPBOpenGLES2Dev();
80 const PPB_Scrollbar_Dev* PPBScrollbarDev(); 80 const PPB_Scrollbar_Dev* PPBScrollbarDev();
81 const PPB_Surface3D_Dev* PPBSurface3DDev(); 81 const PPB_Surface3D_Dev* PPBSurface3DDev();
82 const PPB_Testing_Dev* PPBTestingDev(); 82 const PPB_Testing_Dev* PPBTestingDev();
83 const PPB_Widget_Dev* PPBWidgetDev(); 83 const PPB_Widget_Dev* PPBWidgetDev();
84 84
85 #endif // NATIVE_CLIENT_TESTS_PPAPI_TEST_PPB_TEMPLATE_GET_BROWSER_INTERFACE_H 85 #endif // NATIVE_CLIENT_TESTS_PPAPI_TEST_PPB_TEMPLATE_GET_BROWSER_INTERFACE_H
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698