Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 361461 | Differences between
and this patch

Collapse All | Expand All

(-)chromium-13.0.772.0.old/gpu/command_buffer/common/types.h (+1 lines)
Lines 10-15 Link Here
10
#if !defined(_MSC_VER)
10
#if !defined(_MSC_VER)
11
#include <stdint.h>
11
#include <stdint.h>
12
#endif
12
#endif
13
#include <cstddef>
13
#include <string>
14
#include <string>
14
15
15
typedef signed char         schar;
16
typedef signed char         schar;
(-)chromium-13.0.772.0.old/third_party/ots/src/os2.cc (+2 lines)
Lines 2-7 Link Here
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
#include <cstddef>
6
5
#include "os2.h"
7
#include "os2.h"
6
8
7
#include "head.h"
9
#include "head.h"
(-)chromium-13.0.772.0.old/third_party/tcmalloc/chromium/src/base/vdso_support.cc (+2 lines)
Lines 35-40 Link Here
35
// VDSOSupport -- a class representing kernel VDSO (if present).
35
// VDSOSupport -- a class representing kernel VDSO (if present).
36
//
36
//
37
37
38
#include <cstddef>
39
38
#include "base/vdso_support.h"
40
#include "base/vdso_support.h"
39
41
40
#ifdef HAVE_VDSO_SUPPORT     // defined in vdso_support.h
42
#ifdef HAVE_VDSO_SUPPORT     // defined in vdso_support.h
(-)chromium-13.0.772.0.old/third_party/tcmalloc/chromium/src/memory_region_map.cc (+1 lines)
Lines 113-118 Link Here
113
#endif
113
#endif
114
114
115
#include <algorithm>
115
#include <algorithm>
116
#include <cstddef>
116
#include <set>
117
#include <set>
117
118
118
#include "memory_region_map.h"
119
#include "memory_region_map.h"
(-)chromium-13.0.772.0.old/third_party/tcmalloc/chromium/src/symbolize.h (+1 lines)
Lines 37-42 Link Here
37
#ifdef HAVE_STDINT_H
37
#ifdef HAVE_STDINT_H
38
#include <stdint.h>  // for uintptr_t
38
#include <stdint.h>  // for uintptr_t
39
#endif
39
#endif
40
#include <cstddef>
40
#include <map>
41
#include <map>
41
42
42
using std::map;
43
using std::map;
(-)chromium-13.0.772.0.old/third_party/tcmalloc/chromium/src/system-alloc.cc (+3 lines)
Lines 46-51 Link Here
46
#include <sys/mman.h>
46
#include <sys/mman.h>
47
#endif
47
#endif
48
#include <errno.h>
48
#include <errno.h>
49
50
#include <cstddef>
51
49
#include "system-alloc.h"
52
#include "system-alloc.h"
50
#include "internal_logging.h"
53
#include "internal_logging.h"
51
#include "base/logging.h"
54
#include "base/logging.h"

Return to bug 361461