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

Unified Diff: skia/sgl/SkTypeface_fake.cpp

Issue 113827: Remove the remainder of the skia source code from the Chromium repo.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 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
« no previous file with comments | « skia/sgl/SkTypeface.cpp ('k') | skia/sgl/SkUnPreMultiply.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 =====
« no previous file with comments | « skia/sgl/SkTypeface.cpp ('k') | skia/sgl/SkUnPreMultiply.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698