| 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 0af116d281c9b45af875aad5098bc29962086c41..1aa9c391bbe6f5a2fa778288a4e063438475a3aa 100644
|
| --- a/webkit/plugins/ppapi/ppb_graphics_2d_impl.h
|
| +++ b/webkit/plugins/ppapi/ppb_graphics_2d_impl.h
|
| @@ -22,6 +22,10 @@ class Point;
|
| class Rect;
|
| }
|
|
|
| +namespace content {
|
| +class PepperGraphics2DHost;
|
| +}
|
| +
|
| namespace webkit {
|
| namespace ppapi {
|
|
|
| @@ -206,6 +210,7 @@ class PPB_Graphics2D_Impl : public ::ppapi::Resource,
|
|
|
| base::WeakPtrFactory<PPB_Graphics2D_Impl> weak_ptr_factory_;
|
|
|
| + friend class content::PepperGraphics2DHost;
|
| DISALLOW_COPY_AND_ASSIGN(PPB_Graphics2D_Impl);
|
| };
|
|
|
|
|