Remove SkDDLTmpRedirect.h
With the Chrome-side CL: https://chromium-review.googlesource.com/c/chromium/src/+/2067805 (Switch SkDDLTmpRedirect.h reference to SkDeferredDisplayList.h) having landed, Skia no longer needs this temporary header. TBR=bsalomon@google.com Change-Id: I01da4ece2be239407e223105781d4d0d75deabdb Reviewed-on: https://skia-review.googlesource.com/c/skia/+/273018 Reviewed-by: Robert Phillips <robertphillips@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
This commit is contained in:
parent
2a016bad67
commit
251ee1da5b
@ -460,7 +460,6 @@ skia_core_sources = [
|
||||
# private
|
||||
"$_include/private/SkChecksum.h",
|
||||
"$_include/private/SkColorData.h",
|
||||
"$_include/private/SkDDLTmpRedirect.h",
|
||||
"$_include/private/SkDeque.h",
|
||||
"$_include/private/SkFixed.h",
|
||||
"$_include/private/SkFloatBits.h",
|
||||
|
@ -1,15 +0,0 @@
|
||||
/*
|
||||
* Copyright 2020 Google Inc.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license that can be
|
||||
* found in the LICENSE file.
|
||||
*/
|
||||
|
||||
#ifndef SkDDLTmpRedirect_DEFINED
|
||||
#define SkDDLTmpRedirect_DEFINED
|
||||
|
||||
// A client is directly referencing include/private/SkDeferredDisplayList.h. This temporary
|
||||
// header is required to move them over to referencing include/core/SkDeferredDisplayList.h.
|
||||
#include "include/core/SkDeferredDisplayList.h"
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user