Commit d4354335 authored by Chris Blume's avatar Chris Blume Committed by Commit Bot

Add missing includes

A number of CC files were not passing the include-what-you-use presubmit
test.

This CL includes missing files that are being used.

R=khushalsagar@chromium.org

Change-Id: I75a2ca716d7f802ce4720a564838c0d6b46470af
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521201Reviewed-by: default avatarKhushal <khushalsagar@chromium.org>
Commit-Queue: Chris Blume <cblume@chromium.org>
Cr-Commit-Position: refs/heads/master@{#826187}
parent dc69e70b
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
#include <stdint.h> #include <stdint.h>
#include <algorithm> #include <algorithm>
#include <utility>
#include "base/memory/shared_memory_mapping.h" #include "base/memory/shared_memory_mapping.h"
#include "base/strings/stringprintf.h" #include "base/strings/stringprintf.h"
......
...@@ -7,6 +7,9 @@ ...@@ -7,6 +7,9 @@
#include <stdint.h> #include <stdint.h>
#include <memory>
#include <vector>
#include "base/values.h" #include "base/values.h"
#include "cc/raster/raster_buffer_provider.h" #include "cc/raster/raster_buffer_provider.h"
......
...@@ -7,6 +7,9 @@ ...@@ -7,6 +7,9 @@
#include <stdint.h> #include <stdint.h>
#include <memory>
#include <vector>
#include "base/sequenced_task_runner.h" #include "base/sequenced_task_runner.h"
#include "cc/raster/raster_buffer_provider.h" #include "cc/raster/raster_buffer_provider.h"
#include "cc/raster/staging_buffer_pool.h" #include "cc/raster/staging_buffer_pool.h"
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#include <stdint.h> #include <stdint.h>
#include <algorithm> #include <algorithm>
#include <utility>
#include "base/trace_event/process_memory_dump.h" #include "base/trace_event/process_memory_dump.h"
#include "base/trace_event/trace_event.h" #include "base/trace_event/trace_event.h"
......
...@@ -7,6 +7,9 @@ ...@@ -7,6 +7,9 @@
#include <stdint.h> #include <stdint.h>
#include <memory>
#include <vector>
#include "base/memory/weak_ptr.h" #include "base/memory/weak_ptr.h"
#include "base/values.h" #include "base/values.h"
#include "cc/raster/raster_buffer_provider.h" #include "cc/raster/raster_buffer_provider.h"
......
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
#include "cc/test/fake_raster_buffer_provider.h" #include "cc/test/fake_raster_buffer_provider.h"
#include <utility>
#include "cc/resources/resource_pool.h" #include "cc/resources/resource_pool.h"
namespace cc { namespace cc {
......
...@@ -5,6 +5,9 @@ ...@@ -5,6 +5,9 @@
#ifndef CC_TEST_FAKE_RASTER_BUFFER_PROVIDER_H_ #ifndef CC_TEST_FAKE_RASTER_BUFFER_PROVIDER_H_
#define CC_TEST_FAKE_RASTER_BUFFER_PROVIDER_H_ #define CC_TEST_FAKE_RASTER_BUFFER_PROVIDER_H_
#include <memory>
#include <vector>
#include "cc/raster/raster_buffer_provider.h" #include "cc/raster/raster_buffer_provider.h"
namespace cc { namespace cc {
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
#include <stdint.h> #include <stdint.h>
#include <limits> #include <limits>
#include <memory>
#include "base/stl_util.h" #include "base/stl_util.h"
#include "base/threading/thread_task_runner_handle.h" #include "base/threading/thread_task_runner_handle.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment