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

Unified Diff: ppapi/proxy/ppapi_messages.h

Issue 10823378: Cache image data objects. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/ppapi_messages.h
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
index ded1fa1825779e52402a6b72743fc57d47239a54..f672e041c48d9d61ed912002d4613e942946745c 100644
--- a/ppapi/proxy/ppapi_messages.h
+++ b/ppapi/proxy/ppapi_messages.h
@@ -434,6 +434,10 @@ IPC_MESSAGE_ROUTED2(PpapiMsg_PPBGraphics3D_SwapBuffersACK,
ppapi::HostResource /* graphics_3d */,
int32_t /* pp_error */)
+// PPB_ImageData.
+IPC_MESSAGE_ROUTED1(PpapiPluginMsg_PPBImageData_NotifyUnusedImageData,
yzshen1 2012/08/21 22:07:24 nit: most of the messages sent to the ppapi proces
+ ppapi::HostResource /* old_image_data */)
+
// PPB_Instance.
IPC_MESSAGE_ROUTED2(PpapiMsg_PPBInstance_MouseLockComplete,
PP_Instance /* instance */,

Powered by Google App Engine
This is Rietveld 408576698