1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "SkTypeface.h"
7 // ===== Begin Chrome-specific definitions =====
9 uint32_t SkTypeface::UniqueID(const SkTypeface
* face
)
14 void SkTypeface::serialize(SkWStream
* stream
) const {
17 SkTypeface
* SkTypeface::Deserialize(SkStream
* stream
) {
21 // ===== End Chrome-specific definitions =====