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

Unified Diff: ppapi/proxy/ppb_image_data_proxy.h

Issue 1145893009: Change transport dib API to not make copies of SharedMemoryHandle. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shared_memory_pepper_rename
Patch Set: Comments from jbauman. Created 5 years, 7 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 | « content/renderer/pepper/ppb_image_data_impl.cc ('k') | ppapi/proxy/ppb_image_data_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/ppb_image_data_proxy.h
diff --git a/ppapi/proxy/ppb_image_data_proxy.h b/ppapi/proxy/ppb_image_data_proxy.h
index 59e8c6e31a8d215975ae675f92cbd57786f84dac..47dccc4e2f59f4c584b7caa95b7d25d902ae749f 100644
--- a/ppapi/proxy/ppb_image_data_proxy.h
+++ b/ppapi/proxy/ppb_image_data_proxy.h
@@ -48,7 +48,7 @@ class PPAPI_PROXY_EXPORT ImageData
// PPB_ImageData API.
PP_Bool Describe(PP_ImageDataDesc* desc) override;
- int32_t GetSharedMemory(base::SharedMemoryHandle* handle,
+ int32_t GetSharedMemory(base::SharedMemory** shm,
uint32_t* byte_count) override;
void SetIsCandidateForReuse() override;
« no previous file with comments | « content/renderer/pepper/ppb_image_data_impl.cc ('k') | ppapi/proxy/ppb_image_data_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698