commit | bc4b654af85fa67bdd9cc1b88747b8c394a00e27 | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Sat Nov 19 13:56:11 2011 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Sat Nov 19 13:56:11 2011 +0000 |
tree | 884a6e44f6be9bdfe9a08ed73f217e447ac1e5a3 | |
parent | a85449dac125b8985010df7c057e9e6201d55112 [diff] [blame] |
assert that resources used with ctx are owned by the ctx Review URL: http://codereview.appspot.com/5398042/ git-svn-id: http://skia.googlecode.com/svn/trunk@2720 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h index 6bdd37d..2106a02 100644 --- a/include/gpu/GrContext.h +++ b/include/gpu/GrContext.h
@@ -654,7 +654,7 @@ void flushDrawBuffer(); - static void SetPaint(const GrPaint& paint, GrDrawTarget* target); + void setPaint(const GrPaint& paint, GrDrawTarget* target); GrDrawTarget* prepareToDraw(const GrPaint& paint, DrawCategory drawType);