From 9febd0b9f18ccbfaa92735d77209bf77a13faa4f Mon Sep 17 00:00:00 2001 From: Leon Scroggins III Date: Wed, 30 May 2018 14:41:11 -0400 Subject: Add a dummy SkColorTable.cpp in src/codec I'm planning to move the real SkColorTable.cpp to src/codec, but that will require updating Chromium's BUILD.gn file to build it. Put this one here so that Chromium has something to build until the real move takes place. Change-Id: I1f217cfc1f7841db34781510ef851497c58c086d Reviewed-on: https://skia-review.googlesource.com/130940 Reviewed-by: Mike Klein Commit-Queue: Leon Scroggins --- src/codec/SkColorTable.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/codec/SkColorTable.cpp (limited to 'src/codec') 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 -- cgit v1.2.3