summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/pepper_graphics_2d.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/plugins/pepper_graphics_2d.h')
-rw-r--r--webkit/glue/plugins/pepper_graphics_2d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/plugins/pepper_graphics_2d.h b/webkit/glue/plugins/pepper_graphics_2d.h
index 6caac83..78170ab 100644
--- a/webkit/glue/plugins/pepper_graphics_2d.h
+++ b/webkit/glue/plugins/pepper_graphics_2d.h
@@ -42,7 +42,7 @@ class Graphics2D : public Resource {
virtual Graphics2D* AsGraphics2D() { return this; }
// PPB_Graphics2D functions.
- bool Describe(PP_Size* size, bool* is_always_opaque);
+ PP_Bool Describe(PP_Size* size, PP_Bool* is_always_opaque);
void PaintImageData(PP_Resource image_data,
const PP_Point* top_left,
const PP_Rect* src_rect);