~chromium-team/chromium-browser/trusty-dev

« back to all changes in this revision

Viewing changes to debian/patches/add-missing-cstddef-include.patch

  • Committer: Olivier Tilloy
  • Date: 2017-10-31 06:34:18 UTC
  • Revision ID: olivier.tilloy@canonical.com-20171031063418-ucd9vac98o29gvfo
* Upstream dev channel update: 64.0.3251.0
* debian/patches/add-missing-cstddef-include.patch: added
* debian/patches/add-missing-gpu_lists_versions_h.patch: added
* debian/patches/build-with-gcc-mozilla.patch: refreshed
* debian/patches/disable-sse2: refreshed
* debian/patches/fix_building_widevinecdm_with_chromium.patch: updated
* debian/patches/no-new-ninja-flag.patch: refreshed
* debian/patches/revert-Xclang-instcombine-lower-dbg-declare.patch: updated
* debian/patches/set-rpath-on-chromium-executables.patch: refreshed
* debian/patches/suppress-newer-clang-warning-flags.patch: refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: add missing include, for size_t
 
2
Author: Olivier Tilloy <olivier.tilloy@canonical.com>
 
3
 
 
4
--- a/third_party/angle/src/libANGLE/Constants.h
 
5
+++ b/third_party/angle/src/libANGLE/Constants.h
 
6
@@ -11,6 +11,8 @@
 
7
 
 
8
 #include "common/platform.h"
 
9
 
 
10
+#include <cstddef>
 
11
+
 
12
 namespace gl
 
13
 {
 
14