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

Side by Side 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, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « skia/sgl/SkTypeface.cpp ('k') | skia/sgl/SkUnPreMultiply.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #include "SkTypeface.h"
2
3 // ===== Begin Chrome-specific definitions =====
4
5 uint32_t SkTypeface::UniqueID(const SkTypeface* face)
6 {
7 return 0;
8 }
9
10 void SkTypeface::serialize(SkWStream* stream) const {
11 }
12
13 SkTypeface* SkTypeface::Deserialize(SkStream* stream) {
14 return NULL;
15 }
16
17 // ===== End Chrome-specific definitions =====
OLDNEW
« 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