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

Unified Diff: ppapi/cpp/dev/scrollbar_dev.h

Issue 9381010: Convert resources to take an instance key instead of an Instance*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: USELESS PATCH TITLE 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/resource_array_dev.cc ('k') | ppapi/cpp/dev/scrollbar_dev.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/dev/scrollbar_dev.h
diff --git a/ppapi/cpp/dev/scrollbar_dev.h b/ppapi/cpp/dev/scrollbar_dev.h
index f7944e984e884cd80a0fdccda09d75187343cd10..fabbbd7f471bd6c8d24931ffc4abe8f7bca4e8ba 100644
--- a/ppapi/cpp/dev/scrollbar_dev.h
+++ b/ppapi/cpp/dev/scrollbar_dev.h
@@ -10,7 +10,7 @@
namespace pp {
-class Instance;
+class InstanceHandle;
// This class allows a plugin to use the browser's scrollbar widget.
class Scrollbar_Dev : public Widget_Dev {
@@ -19,7 +19,7 @@ class Scrollbar_Dev : public Widget_Dev {
Scrollbar_Dev() {}
explicit Scrollbar_Dev(PP_Resource resource);
- Scrollbar_Dev(const Instance& instance, bool vertical);
+ Scrollbar_Dev(const InstanceHandle& instance, bool vertical);
Scrollbar_Dev(const Scrollbar_Dev& other);
Scrollbar_Dev& operator=(const Scrollbar_Dev& other);
« no previous file with comments | « ppapi/cpp/dev/resource_array_dev.cc ('k') | ppapi/cpp/dev/scrollbar_dev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698