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

Unified Diff: ppapi/cpp/graphics_3d_client.h

Issue 9481015: Make the PPP wrappers take an Instance*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: USELESS PATCH DESCRIPTION Created 8 years, 10 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
« no previous file with comments | « ppapi/cpp/dev/zoom_dev.cc ('k') | ppapi/cpp/graphics_3d_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/graphics_3d_client.h
diff --git a/ppapi/cpp/graphics_3d_client.h b/ppapi/cpp/graphics_3d_client.h
index 5886b8466ba62fee816d21cd53fc759258dab77c..186acd4bfd3bbd5c912d76f7838a3a1e5624d1af 100644
--- a/ppapi/cpp/graphics_3d_client.h
+++ b/ppapi/cpp/graphics_3d_client.h
@@ -13,6 +13,8 @@
namespace pp {
+class Instance;
+
// This class provides a C++ interface for callbacks related to 3D. You
// would normally use multiple inheritance to derive from this class in your
// instance.
@@ -23,7 +25,7 @@ class Graphics3DClient {
///
/// @param[in] instance The instance that will own the new
/// <code>Graphics3DClient</code>.
- explicit Graphics3DClient(const InstanceHandle& instance);
+ explicit Graphics3DClient(Instance* instance);
/// Destructor.
virtual ~Graphics3DClient();
« no previous file with comments | « ppapi/cpp/dev/zoom_dev.cc ('k') | ppapi/cpp/graphics_3d_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698