Commit d66103a8 authored by Mario Bianucci's avatar Mario Bianucci Committed by Commit Bot

Fix presubmit warning in root_compositor_frame_sink_impl.h

std::vector<> is used, but not included, resulting in a presubmit
warning. This CL adds the include to fix the warning.

Change-Id: I40e7bcd24c15ddb885fd4d52dbab7122105b1531
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324107Reviewed-by: default avatarJonathan Ross <jonross@chromium.org>
Commit-Queue: Mario Bianucci <mabian@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#792574}
parent 61b8f7f8
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
#define COMPONENTS_VIZ_SERVICE_FRAME_SINKS_ROOT_COMPOSITOR_FRAME_SINK_IMPL_H_ #define COMPONENTS_VIZ_SERVICE_FRAME_SINKS_ROOT_COMPOSITOR_FRAME_SINK_IMPL_H_
#include <memory> #include <memory>
#include <vector>
#include "base/macros.h" #include "base/macros.h"
#include "base/memory/read_only_shared_memory_region.h" #include "base/memory/read_only_shared_memory_region.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