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

Unified Diff: ppapi/shared_impl/test_globals.h

Issue 174213003: PPAPI: Use clang-format on ppapi/shared_impl (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: remove DEPS Created 6 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/shared_impl/socket_option_data.cc ('k') | ppapi/shared_impl/test_globals.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/test_globals.h
diff --git a/ppapi/shared_impl/test_globals.h b/ppapi/shared_impl/test_globals.h
index 2b4b5cbcbf3925b39ebc87efd56ae6d9b4578636..dbc62b9793ad9418cd9f8cef035ab56b613fffcd 100644
--- a/ppapi/shared_impl/test_globals.h
+++ b/ppapi/shared_impl/test_globals.h
@@ -31,13 +31,12 @@ class TestVarTracker : public VarTracker {
virtual ArrayBufferVar* CreateArrayBuffer(uint32 size_in_bytes) OVERRIDE {
return NULL;
}
- virtual ArrayBufferVar* CreateShmArrayBuffer(
- uint32 size_in_bytes,
- base::SharedMemoryHandle handle) OVERRIDE {
+ virtual ArrayBufferVar* CreateShmArrayBuffer(uint32 size_in_bytes,
+ base::SharedMemoryHandle handle)
+ OVERRIDE {
return NULL;
}
- virtual void DidDeleteInstance(PP_Instance instance) OVERRIDE {
- }
+ virtual void DidDeleteInstance(PP_Instance instance) OVERRIDE {}
virtual int TrackSharedMemoryHandle(PP_Instance instance,
base::SharedMemoryHandle handle,
uint32 size_in_bytes) OVERRIDE {
@@ -62,10 +61,10 @@ class TestGlobals : public PpapiGlobals {
// PpapiGlobals implementation.
virtual ResourceTracker* GetResourceTracker() OVERRIDE;
virtual VarTracker* GetVarTracker() OVERRIDE;
- virtual CallbackTracker* GetCallbackTrackerForInstance(
- PP_Instance instance) OVERRIDE;
- virtual thunk::PPB_Instance_API* GetInstanceAPI(
- PP_Instance instance) OVERRIDE;
+ virtual CallbackTracker* GetCallbackTrackerForInstance(PP_Instance instance)
+ OVERRIDE;
+ virtual thunk::PPB_Instance_API* GetInstanceAPI(PP_Instance instance)
+ OVERRIDE;
virtual thunk::ResourceCreationAPI* GetResourceCreationAPI(
PP_Instance instance) OVERRIDE;
virtual PP_Module GetModuleForInstance(PP_Instance instance) OVERRIDE;
@@ -95,4 +94,4 @@ class TestGlobals : public PpapiGlobals {
} // namespace ppapi
-#endif // PPAPI_SHARED_IMPL_TEST_GLOBALS_H_
+#endif // PPAPI_SHARED_IMPL_TEST_GLOBALS_H_
« no previous file with comments | « ppapi/shared_impl/socket_option_data.cc ('k') | ppapi/shared_impl/test_globals.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698