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

Unified Diff: ppapi/c/ppb_graphics_2d.h

Issue 14335005: Pepper: Autogenerate thunk for PPB_Graphics2D. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased (file deletions in another commit) Created 7 years, 8 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 | « ppapi/api/ppb_graphics_2d.idl ('k') | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/ppb_graphics_2d.h
diff --git a/ppapi/c/ppb_graphics_2d.h b/ppapi/c/ppb_graphics_2d.h
index fc15f1428a47c11f10fc231aab8b6f942f60e256..251f34e33c2eb3546e523bf28f17ab28b1272aad 100644
--- a/ppapi/c/ppb_graphics_2d.h
+++ b/ppapi/c/ppb_graphics_2d.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From ppb_graphics_2d.idl modified Sun Mar 31 14:34:56 2013. */
+/* From ppb_graphics_2d.idl modified Fri Apr 26 08:49:08 2013. */
#ifndef PPAPI_C_PPB_GRAPHICS_2D_H_
#define PPAPI_C_PPB_GRAPHICS_2D_H_
@@ -88,7 +88,7 @@ struct PPB_Graphics2D_1_1 {
*/
PP_Bool (*Describe)(PP_Resource graphics_2d,
struct PP_Size* size,
- PP_Bool* is_always_opqaue);
+ PP_Bool* is_always_opaque);
/**
* PaintImageData() enqueues a paint of the given image into the context.
* This function has no effect until you call Flush() As a result, what
@@ -287,7 +287,7 @@ struct PPB_Graphics2D_1_0 {
PP_Bool (*IsGraphics2D)(PP_Resource resource);
PP_Bool (*Describe)(PP_Resource graphics_2d,
struct PP_Size* size,
- PP_Bool* is_always_opqaue);
+ PP_Bool* is_always_opaque);
void (*PaintImageData)(PP_Resource graphics_2d,
PP_Resource image_data,
const struct PP_Point* top_left,
« no previous file with comments | « ppapi/api/ppb_graphics_2d.idl ('k') | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698