2017-06-06 07:50:04 +00:00
|
|
|
Index: chromium-59.0.3071.83/third_party/WebKit/Source/platform/graphics/gpu/SharedGpuContext.h
|
|
|
|
|
===================================================================
|
|
|
|
|
--- chromium-59.0.3071.83.orig/third_party/WebKit/Source/platform/graphics/gpu/SharedGpuContext.h
|
|
|
|
|
+++ chromium-59.0.3071.83/third_party/WebKit/Source/platform/graphics/gpu/SharedGpuContext.h
|
2017-06-05 14:38:32 +00:00
|
|
|
@@ -5,6 +5,7 @@
|
|
|
|
|
#include "platform/PlatformExport.h"
|
2017-06-06 07:50:04 +00:00
|
|
|
#include "platform/wtf/ThreadSpecific.h"
|
2017-06-05 14:38:32 +00:00
|
|
|
|
|
|
|
|
+#include <functional>
|
|
|
|
|
#include <memory>
|
|
|
|
|
|
|
|
|
|
namespace gpu {
|
2017-06-06 07:50:04 +00:00
|
|
|
Index: chromium-59.0.3071.83/v8/src/objects-body-descriptors.h
|
|
|
|
|
===================================================================
|
|
|
|
|
--- chromium-59.0.3071.83.orig/v8/src/objects-body-descriptors.h
|
|
|
|
|
+++ chromium-59.0.3071.83/v8/src/objects-body-descriptors.h
|
2017-06-05 13:09:43 +00:00
|
|
|
@@ -99,7 +99,7 @@ class FixedBodyDescriptor final : public
|
|
|
|
|
|
|
|
|
|
template <typename StaticVisitor>
|
|
|
|
|
static inline void IterateBody(HeapObject* obj, int object_size) {
|
|
|
|
|
- IterateBody(obj);
|
|
|
|
|
+ IterateBody<StaticVisitor>(obj);
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|