Dummy SkOrientationMarker.cpp so Chromium can compile it
Once Chromium is building this file we can land
https://skia-review.googlesource.com/c/skia/+/175428
Change-Id: Ib0bb1221794eb7c5da06a10936a8364141f35657
Reviewed-on: https://skia-review.googlesource.com/c/175584
Reviewed-by: Leon Scroggins <scroggo@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Leon Scroggins <scroggo@google.com>
diff --git a/src/codec/SkOrientationMarker.cpp b/src/codec/SkOrientationMarker.cpp
new file mode 100644
index 0000000..e56b842
--- /dev/null
+++ b/src/codec/SkOrientationMarker.cpp
@@ -0,0 +1,9 @@
+/*
+ * 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 so Chromium can start compiling this and be ready for
+// https://skia-review.googlesource.com/c/skia/+/175428