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

Unified Diff: ppapi/c/private/ppb_testing_private.h

Issue 400823004: gin (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/c/private/ppb_testing_private.h
diff --git a/ppapi/c/private/ppb_testing_private.h b/ppapi/c/private/ppb_testing_private.h
index 889807dfc9cd3be2fcc971267068858ccd040b61..3d35ec7ea58e11cc6da9ccb36c22bd9a2f54a67d 100644
--- a/ppapi/c/private/ppb_testing_private.h
+++ b/ppapi/c/private/ppb_testing_private.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From private/ppb_testing_private.idl modified Mon Nov 18 14:42:33 2013. */
+/* From private/ppb_testing_private.idl modified Mon Jul 28 15:12:12 2014. */
#ifndef PPAPI_C_PRIVATE_PPB_TESTING_PRIVATE_H_
#define PPAPI_C_PRIVATE_PPB_TESTING_PRIVATE_H_
@@ -140,6 +140,10 @@ struct PPB_Testing_Private_1_0 {
*/
void (*SetMinimumArrayBufferSizeForShmem)(PP_Instance instance,
uint32_t threshold);
+ /**
+ * Run the V8 garbage collector for tests.
+ */
+ void (*RunV8GC)(PP_Instance instance);
};
typedef struct PPB_Testing_Private_1_0 PPB_Testing_Private;

Powered by Google App Engine
This is Rietveld 408576698