Commit b17033f6 authored by Mike Klein's avatar Mike Klein Committed by Commit Bot

add missing #include <memory>

It's coming through SkRefCnt.h incidentally today.

Change-Id: If729712090749f323c176217add7ebec5bf4cf07
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1773401
Commit-Queue: Mike Klein <mtklein@chromium.org>
Commit-Queue: Philip Rogers <pdr@chromium.org>
Auto-Submit: Mike Klein <mtklein@chromium.org>
Reviewed-by: default avatarPhilip Rogers <pdr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#690819}
parent a345ce3b
...@@ -31,6 +31,8 @@ ...@@ -31,6 +31,8 @@
#ifndef THIRD_PARTY_BLINK_PUBLIC_PLATFORM_WEB_IMAGE_GENERATOR_H_ #ifndef THIRD_PARTY_BLINK_PUBLIC_PLATFORM_WEB_IMAGE_GENERATOR_H_
#define THIRD_PARTY_BLINK_PUBLIC_PLATFORM_WEB_IMAGE_GENERATOR_H_ #define THIRD_PARTY_BLINK_PUBLIC_PLATFORM_WEB_IMAGE_GENERATOR_H_
#include <memory>
#include "third_party/blink/public/platform/web_common.h" #include "third_party/blink/public/platform/web_common.h"
#include "third_party/skia/include/core/SkRefCnt.h" #include "third_party/skia/include/core/SkRefCnt.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