| Index: ppapi/thunk/ppb_graphics_2d_api.h
|
| diff --git a/ppapi/thunk/ppb_graphics_2d_api.h b/ppapi/thunk/ppb_graphics_2d_api.h
|
| index cdb07cce8079902b135c81ff223330a66d635f0a..7f0b35a0a3f888ea4724796dfe9d9adb4a61e955 100644
|
| --- a/ppapi/thunk/ppb_graphics_2d_api.h
|
| +++ b/ppapi/thunk/ppb_graphics_2d_api.h
|
| @@ -28,8 +28,7 @@ class PPAPI_THUNK_EXPORT PPB_Graphics2D_API {
|
| virtual void PaintImageData(PP_Resource image_data,
|
| const PP_Point* top_left,
|
| const PP_Rect* src_rect) = 0;
|
| - virtual void Scroll(const PP_Rect* clip_rect,
|
| - const PP_Point* amount) = 0;
|
| + virtual void Scroll(const PP_Rect* clip_rect, const PP_Point* amount) = 0;
|
| virtual void ReplaceContents(PP_Resource image_data) = 0;
|
| virtual int32_t Flush(scoped_refptr<TrackedCallback> callback) = 0;
|
| virtual PP_Bool SetScale(float scale) = 0;
|
|
|