Commit 7a4c4be7 authored by Mike Klein's avatar Mike Klein Committed by Commit Bot

include SkPostConfig.h -> include SkTypes.h

SkTypes.h is the canonical way to get to this stuff.

Change-Id: I3708082d0a4f2f5646f1040e83cce1c8b9967e25
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2039131Reviewed-by: default avatarDale Curtis <dalecurtis@chromium.org>
Reviewed-by: default avatarSadrul Chowdhury <sadrul@chromium.org>
Commit-Queue: Dale Curtis <dalecurtis@chromium.org>
Auto-Submit: Mike Klein <mtklein@google.com>
Cr-Commit-Position: refs/heads/master@{#739029}
parent ef83f465
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include "media/video/video_encode_accelerator.h" #include "media/video/video_encode_accelerator.h"
#include "mojo/public/cpp/base/shared_memory_utils.h" #include "mojo/public/cpp/base/shared_memory_utils.h"
#include "services/viz/public/cpp/gpu/context_provider_command_buffer.h" #include "services/viz/public/cpp/gpu/context_provider_command_buffer.h"
#include "third_party/skia/include/core/SkPostConfig.h" #include "third_party/skia/include/core/SkTypes.h"
namespace content { namespace content {
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#include "build/build_config.h" #include "build/build_config.h"
#include "skia/ext/image_operations.h" #include "skia/ext/image_operations.h"
#include "third_party/skia/include/core/SkBitmap.h" #include "third_party/skia/include/core/SkBitmap.h"
#include "third_party/skia/include/core/SkPostConfig.h" #include "third_party/skia/include/core/SkTypes.h"
#include "ui/base/x/x11_menu_list.h" #include "ui/base/x/x11_menu_list.h"
#include "ui/base/x/x11_util_internal.h" #include "ui/base/x/x11_util_internal.h"
#include "ui/events/devices/x11/device_data_manager_x11.h" #include "ui/events/devices/x11/device_data_manager_x11.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