Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: webkit/plugins/ppapi/ppb_graphics_2d_impl.h

Issue 11053003: Migrate Graphics2D to new design. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix DEPS Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};

Powered by Google App Engine
This is Rietveld 408576698