Index: content/public/renderer/pepper_plugin_instance.h |
diff --git a/content/public/renderer/pepper_plugin_instance.h b/content/public/renderer/pepper_plugin_instance.h |
index d397fbc2ad0108695175ab244c67eae37e018de7..f5db1181ee5a5e88e44d9036672411d2b8e9f55d 100644 |
--- a/content/public/renderer/pepper_plugin_instance.h |
+++ b/content/public/renderer/pepper_plugin_instance.h |
@@ -117,6 +117,13 @@ class PepperPluginInstance { |
// Posts a message to the JavaScript object for this instance. |
virtual void PostMessageToJavaScript(PP_Var message) = 0; |
+ |
+#ifdef V8_USE_EXTERNAL_STARTUP_DATA |
raymes
2014/11/10 03:29:06
nit: we can get rid of this ifdef
baixo1
2014/11/10 15:59:48
Done.
|
+ virtual void GetV8ExternalSnapshotData(const char** natives_data_out, |
+ int* natives_size_out, |
+ const char** snapshot_data_out, |
+ int* snapshot_size_out) const = 0; |
+#endif |
}; |
} // namespace content |