| Index: webkit/plugins/ppapi/ppb_graphics_2d_impl.h
|
| diff --git a/webkit/plugins/ppapi/ppb_graphics_2d_impl.h b/webkit/plugins/ppapi/ppb_graphics_2d_impl.h
|
| index cec39c61e5e24785525c456a9a8fe03adfd980d7..8d0c1529376becb70a417335ddcfb2f89c855932 100644
|
| --- a/webkit/plugins/ppapi/ppb_graphics_2d_impl.h
|
| +++ b/webkit/plugins/ppapi/ppb_graphics_2d_impl.h
|
| @@ -75,6 +75,8 @@ class PPB_Graphics2D_Impl : public ::ppapi::Resource,
|
|
|
| PPB_ImageData_Impl* image_data() { return image_data_.get(); }
|
|
|
| + static gfx::Rect ScaleRectBounds(const gfx::Rect& rect, float scale);
|
| +
|
| private:
|
| explicit PPB_Graphics2D_Impl(PP_Instance instance);
|
|
|
|
|