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

Unified Diff: ppapi/proxy/image_data.h

Issue 6334016: Refactor PPAPI proxy resource handling to maintain which host they came from,... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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: ppapi/proxy/image_data.h
===================================================================
--- ppapi/proxy/image_data.h (revision 72517)
+++ ppapi/proxy/image_data.h (working copy)
@@ -19,6 +19,7 @@
public pp::shared_impl::ImageDataImpl {
public:
ImageData(PP_Instance instance,
+ SerializedResource resource,
viettrungluu 2011/01/27 16:52:58 This sort of use makes me think that SerializedRes
const PP_ImageDataDesc& desc,
ImageHandle handle);
virtual ~ImageData();

Powered by Google App Engine
This is Rietveld 408576698