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

Unified Diff: skia/sgl/SkDrawProcs.h

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/SkDraw.cpp ('k') | skia/sgl/SkEdge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/sgl/SkDrawProcs.h
===================================================================
--- skia/sgl/SkDrawProcs.h (revision 16859)
+++ skia/sgl/SkDrawProcs.h (working copy)
@@ -1,26 +0,0 @@
-#ifndef SkDrawProcs_DEFINED
-#define SkDrawProcs_DEFINED
-
-#include "SkDraw.h"
-
-class SkBlitter;
-
-struct SkDraw1Glyph {
- const SkDraw* fDraw;
- SkBounder* fBounder;
- const SkRegion* fClip;
- SkBlitter* fBlitter;
- SkGlyphCache* fCache;
- SkIRect fClipBounds;
-
- typedef void (*Proc)(const SkDraw1Glyph&, const SkGlyph&, int x, int y);
-
- Proc init(const SkDraw* draw, SkBlitter* blitter, SkGlyphCache* cache);
-};
-
-struct SkDrawProcs {
- SkDraw1Glyph::Proc fD1GProc;
-};
-
-#endif
-
« no previous file with comments | « skia/sgl/SkDraw.cpp ('k') | skia/sgl/SkEdge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698