Index: skia/ext/skia_commit_hash.h |
diff --git a/skia/ext/skia_commit_hash.h b/skia/ext/skia_commit_hash.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..cbf64f3bf0c54e6601ec68da624de5be6ce96517 |
--- /dev/null |
+++ b/skia/ext/skia_commit_hash.h |
@@ -0,0 +1,14 @@ |
+// Copyright (c) 2016 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#ifndef SKIA_EXT_SKIA_COMMIT_HASH_H_ |
+#define SKIA_EXT_SKIA_COMMIT_HASH_H_ |
+ |
+#include "third_party/skia/include/core/SkTypes.h" |
+ |
+namespace skia { |
+SK_API const char* CommitHash(); |
+} |
+ |
+#endif |