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

Unified Diff: ppapi/cpp/dev/widget_client_dev.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/video_decoder_client_dev.cc ('k') | ppapi/cpp/dev/widget_client_dev.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/dev/widget_client_dev.h
diff --git a/ppapi/cpp/dev/widget_client_dev.h b/ppapi/cpp/dev/widget_client_dev.h
index 808a72eb87ed25890ed142869232468b9f48a959..c638cef66ae8b26cb38d9a7f553694529b48e09e 100644
--- a/ppapi/cpp/dev/widget_client_dev.h
+++ b/ppapi/cpp/dev/widget_client_dev.h
@@ -10,6 +10,7 @@
namespace pp {
+class Instance;
class Rect;
class Scrollbar_Dev;
class Widget_Dev;
@@ -19,7 +20,7 @@ class Widget_Dev;
// instance.
class WidgetClient_Dev {
public:
- explicit WidgetClient_Dev(const InstanceHandle& instance);
+ explicit WidgetClient_Dev(Instance* instance);
virtual ~WidgetClient_Dev();
/**
« no previous file with comments | « ppapi/cpp/dev/video_decoder_client_dev.cc ('k') | ppapi/cpp/dev/widget_client_dev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698