summaryrefslogtreecommitdiffstats
path: root/ppapi/c
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-02 15:46:06 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-02 15:46:06 +0000
commitb5123fe23a4d0f3b72d65e7e4f33a795b172d78d (patch)
treebb178bdd1f23345924e84f287424de79e292fdd0 /ppapi/c
parent84d64a355095f53c5c6ed4c2c8c9760124928029 (diff)
downloadchromium_src-b5123fe23a4d0f3b72d65e7e4f33a795b172d78d.zip
chromium_src-b5123fe23a4d0f3b72d65e7e4f33a795b172d78d.tar.gz
chromium_src-b5123fe23a4d0f3b72d65e7e4f33a795b172d78d.tar.bz2
Fix out of date comment.
TEST=none BUG=63409 Review URL: http://codereview.chromium.org/5528002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68012 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/c')
-rw-r--r--ppapi/c/ppb_graphics_2d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/c/ppb_graphics_2d.h b/ppapi/c/ppb_graphics_2d.h
index 06557bf..8f152d33 100644
--- a/ppapi/c/ppb_graphics_2d.h
+++ b/ppapi/c/ppb_graphics_2d.h
@@ -77,7 +77,7 @@ struct PPB_Graphics2D {
* The src_rect is specified in the coordinate system of the image being
* painted, not the context. For the common case of copying the entire image,
* you may specify a NULL |src_rect| pointer. If you are frequently updating
- * the entire image, consider using SwapImageData which will give slightly
+ * the entire image, consider using ReplaceContents which will give slightly
* higher performance.
*
* The painted area of the source bitmap must fall entirely within the