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 de32660fcc0a2e7766bb23e1e427502aa86a99ea..e9f099f0eaf3ff6534065632322bf86bc7030ad5 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); |
}; |