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

Side by Side Diff: ui/gfx/ipc/geometry/gfx_param_traits_macros.h

Issue 1924613002: Move ui/gfx/geometry ParamTraits to ui/gfx/ipc/geometry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed ozone Created 4 years, 7 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
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 // Singly or multiply-included shared traits file depending upon circumstances. 5 // Singly or multiply-included shared traits file depending upon circumstances.
6 // This allows the use of IPC serialization macros in more than one IPC message 6 // This allows the use of IPC serialization macros in more than one IPC message
7 // file. 7 // file.
8 #ifndef UI_GFX_IPC_GFX_PARAM_TRAITS_MACROS_H_ 8 #ifndef UI_GFX_IPC_GFX_PARAM_TRAITS_MACROS_H_
9 #define UI_GFX_IPC_GFX_PARAM_TRAITS_MACROS_H_ 9 #define UI_GFX_IPC_GFX_PARAM_TRAITS_MACROS_H_
10 10
(...skipping 16 matching lines...) Expand all
27 IPC_STRUCT_TRAITS_BEGIN(gfx::NativePixmapHandle) 27 IPC_STRUCT_TRAITS_BEGIN(gfx::NativePixmapHandle)
28 IPC_STRUCT_TRAITS_MEMBER(fd) 28 IPC_STRUCT_TRAITS_MEMBER(fd)
29 IPC_STRUCT_TRAITS_MEMBER(stride) 29 IPC_STRUCT_TRAITS_MEMBER(stride)
30 IPC_STRUCT_TRAITS_END() 30 IPC_STRUCT_TRAITS_END()
31 #endif 31 #endif
32 32
33 #undef IPC_MESSAGE_EXPORT 33 #undef IPC_MESSAGE_EXPORT
34 #define IPC_MESSAGE_EXPORT 34 #define IPC_MESSAGE_EXPORT
35 35
36 #endif // UI_GFX_IPC_GFX_PARAM_TRAITS_MACROS_H_ 36 #endif // UI_GFX_IPC_GFX_PARAM_TRAITS_MACROS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698