Commit ebfeab0f authored by Robert Phillips's avatar Robert Phillips Committed by Commit Bot

Change references to SkDeferredDisplayList.h to be SkDDLTmpRedirect.h

This reference into Skia's include/private directory is preventing SkDeferredDisplayList.h being moved to include/core.
SkDDLTmpRedirect.h acts as a redirection to allow the following Skia-side CL to land:

https://skia-review.googlesource.com/c/skia/+/272343 (Move SkDeferredDisplayList.h into include\core)

Change-Id: I4960712be5a4af372b285bc125ee65c2bdee2469
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2067386Reviewed-by: default avatarPeng Huang <penghuang@chromium.org>
Commit-Queue: Robert Phillips <robertphillips@google.com>
Cr-Commit-Position: refs/heads/master@{#743583}
parent d77f919f
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
#include "skia/buildflags.h" #include "skia/buildflags.h"
#include "skia/ext/image_operations.h" #include "skia/ext/image_operations.h"
#include "third_party/skia/include/core/SkPixelRef.h" #include "third_party/skia/include/core/SkPixelRef.h"
#include "third_party/skia/include/private/SkDeferredDisplayList.h" #include "third_party/skia/include/private/SkDDLTmpRedirect.h"
#include "ui/gfx/color_space.h" #include "ui/gfx/color_space.h"
#include "ui/gfx/geometry/rect_conversions.h" #include "ui/gfx/geometry/rect_conversions.h"
#include "ui/gfx/skia_util.h" #include "ui/gfx/skia_util.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