Index: skia/sgl/SkTypeface_fake.cpp |
=================================================================== |
--- skia/sgl/SkTypeface_fake.cpp (revision 16859) |
+++ skia/sgl/SkTypeface_fake.cpp (working copy) |
@@ -1,17 +0,0 @@ |
-#include "SkTypeface.h" |
- |
-// ===== Begin Chrome-specific definitions ===== |
- |
-uint32_t SkTypeface::UniqueID(const SkTypeface* face) |
-{ |
- return 0; |
-} |
- |
-void SkTypeface::serialize(SkWStream* stream) const { |
-} |
- |
-SkTypeface* SkTypeface::Deserialize(SkStream* stream) { |
- return NULL; |
-} |
- |
-// ===== End Chrome-specific definitions ===== |