Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / skia / ext / SkTypeface_fake.cpp
blobdea36a1ff45c6b73eb1c65a01f835056668205a9
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)
11 return 0;
14 void SkTypeface::serialize(SkWStream* stream) const {
17 SkTypeface* SkTypeface::Deserialize(SkStream* stream) {
18 return NULL;
21 // ===== End Chrome-specific definitions =====