blob: 205f0ebf3770ee67bb0a578b1f4f36f3baa606e2 [file] [log] [blame]
mtklein78559a72016-08-22 08:53:45 -07001/*
2 * Copyright 2016 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
Mike Kleinc0bd9f92019-04-23 12:05:21 -05008#include "src/core/SkOpts.h"
mtklein78559a72016-08-22 08:53:45 -07009
10#define SK_OPTS_NS crc32
Mike Kleinc0bd9f92019-04-23 12:05:21 -050011#include "src/opts/SkChecksum_opts.h"
mtklein78559a72016-08-22 08:53:45 -070012
13namespace SkOpts {
14 void Init_crc32() {
15 hash_fn = crc32::hash_fn;
16 }
17}