2013-04-24 16:49:58 +00:00
|
|
|
--- chromium/src/chrome/browser/memory_details_linux.cc 2012-06-07 08:28:54.414707511 +0200
|
|
|
|
|
+++ chromium/src/chrome/browser/memory_details_linux.cc 2012-06-07 08:28:54.414707511 +0200
|
2013-07-25 19:15:17 +00:00
|
|
|
@@ -9,6 +9,7 @@
|
2012-11-20 14:12:54 +00:00
|
|
|
|
2013-04-24 16:49:58 +00:00
|
|
|
#include <map>
|
|
|
|
|
#include <set>
|
|
|
|
|
+#include <unistd.h>
|
|
|
|
|
|
|
|
|
|
#include "base/bind.h"
|
2013-07-25 19:15:17 +00:00
|
|
|
#include "base/file_util.h"
|
2013-04-24 16:49:58 +00:00
|
|
|
Index: chromium/src/base/debug/stack_trace.h
|
|
|
|
|
===================================================================
|
|
|
|
|
--- chromium.orig/src/base/debug/stack_trace.h
|
|
|
|
|
+++ chromium/src/base/debug/stack_trace.h
|
|
|
|
|
@@ -5,6 +5,7 @@
|
|
|
|
|
#ifndef BASE_DEBUG_STACK_TRACE_H_
|
|
|
|
|
#define BASE_DEBUG_STACK_TRACE_H_
|
|
|
|
|
|
|
|
|
|
+#include <stdint.h>
|
2012-11-20 14:12:54 +00:00
|
|
|
#include <iosfwd>
|
|
|
|
|
#include <string>
|
|
|
|
|
|
2013-04-24 16:49:58 +00:00
|
|
|
Index: chromium/src/third_party/skia/src/ports/SkFontHost_fontconfig.cpp
|
|
|
|
|
===================================================================
|
|
|
|
|
--- chromium.orig/src/third_party/skia/src/ports/SkFontHost_fontconfig.cpp
|
|
|
|
|
+++ chromium/src/third_party/skia/src/ports/SkFontHost_fontconfig.cpp
|
2013-09-10 19:47:56 +00:00
|
|
|
@@ -14,6 +14,7 @@
|
2013-04-24 16:49:58 +00:00
|
|
|
#include "SkStream.h"
|
|
|
|
|
#include "SkTypeface.h"
|
|
|
|
|
#include "SkTypefaceCache.h"
|
|
|
|
|
+#include <unistd.h>
|
2013-09-10 19:47:56 +00:00
|
|
|
|
|
|
|
|
// Defined in SkFontHost_FreeType.cpp
|
|
|
|
|
bool find_name_and_attributes(SkStream* stream, SkString* name,
|
2013-07-25 18:39:59 +00:00
|
|
|
|