aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec
diff options
context:
space:
mode:
authorGravatar Leon Scroggins III <scroggo@google.com>2018-05-30 14:41:11 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-05-30 19:27:48 +0000
commit9febd0b9f18ccbfaa92735d77209bf77a13faa4f (patch)
tree9650fc70c882d2d8fca087ee18cf3d7ce1ece778 /src/codec
parentbdaa1dfa091f05fbcd4ff03e2f8f2e29f9206a80 (diff)
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 <mtklein@google.com> Commit-Queue: Leon Scroggins <scroggo@google.com>
Diffstat (limited to 'src/codec')
-rw-r--r--src/codec/SkColorTable.cpp8
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