From 4d727c560b5882197845a3efdf2d3a53839df920 Mon Sep 17 00:00:00 2001 From: Leon Scroggins III Date: Mon, 20 Aug 2018 16:26:14 -0400 Subject: [PATCH] Add dummy SkEncodedInfo.cpp A real file will be added in another CL. This dummy file allows updating Chromium's BUILD.gn to build it so that when the real file is introduced Chromium is already up to date. Change-Id: I3deb9a10971aa40e0a232bd999d8e705a076aef2 Reviewed-on: https://skia-review.googlesource.com/148160 Reviewed-by: Brian Osman Commit-Queue: Leon Scroggins --- src/codec/SkEncodedInfo.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/codec/SkEncodedInfo.cpp diff --git a/src/codec/SkEncodedInfo.cpp b/src/codec/SkEncodedInfo.cpp new file mode 100644 index 0000000000..63c52b3a50 --- /dev/null +++ b/src/codec/SkEncodedInfo.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/+/136062