Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1983)

Unified Diff: skia/ext/skia_commit_hash.h

Issue 2187533002: skia_commit_hash.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2016-07-28 (Thursday) 16:16:56 EDT Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« skia/BUILD.gn ('K') | « skia/commit_hash.py ('k') | skia/ext/skia_commit_hash_none.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698