diff options
-rw-r--r-- | src/codec/SkColorTable.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/codec/SkColorTable.cpp b/src/codec/SkColorTable.cpp new file mode 100644 index 0000000000..ae6716b3f6 --- /dev/null +++ b/src/codec/SkColorTable.cpp @@ -0,0 +1,8 @@ +/* + * Copyright 2018 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ + +// Dummy file to assist in landing https://skia-review.googlesource.com/c/skia/+/130845 |