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

Unified Diff: ppapi/cpp/graphics_2d.h

Issue 7572025: Fixed some basic tag issues (missing /code endings, etc.). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 | « no previous file | ppapi/cpp/rect.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/graphics_2d.h
===================================================================
--- ppapi/cpp/graphics_2d.h (revision 95419)
+++ ppapi/cpp/graphics_2d.h (working copy)
@@ -108,9 +108,9 @@
/// left of the context's internal backing store. Then the pixels contained
/// in <code>src_rect</code> will be copied into the backing store. This
/// means that the rectangle being painted will be at <code>src_rect</code>
- /// offset by <code>top_left/code>.
+ /// offset by <code>top_left</code>.
///
- /// The <code>src_rect/code> is specified in the coordinate system of the
+ /// The <code>src_rect</code> 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 an empty <code>src_rect</code>.
///
« no previous file with comments | « no previous file | ppapi/cpp/rect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698