Index: content/renderer/pepper/pepper_plugin_instance_impl.h |
diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.h b/content/renderer/pepper/pepper_plugin_instance_impl.h |
index 9f55084609a3c09e9bd890eb4ae62f10588eb5be..aadcfa235584c0578225511af6d16cb44b5e1074 100644 |
--- a/content/renderer/pepper/pepper_plugin_instance_impl.h |
+++ b/content/renderer/pepper/pepper_plugin_instance_impl.h |
@@ -383,6 +383,12 @@ class CONTENT_EXPORT PepperPluginInstanceImpl |
void SetLinkUnderCursor(const std::string& url) override; |
void SetTextInputType(ui::TextInputType type) override; |
void PostMessageToJavaScript(PP_Var message) override; |
+#ifdef V8_USE_EXTERNAL_STARTUP_DATA |
raymes
2014/11/10 03:29:06
and this
baixo1
2014/11/10 15:59:48
Done.
|
+ void GetV8ExternalSnapshotData(const char** natives_data_out, |
+ int* natives_size_out, |
+ const char** snapshot_data_out, |
+ int* snapshot_size_out) const override; |
+#endif |
// PPB_Instance_API implementation. |
PP_Bool BindGraphics(PP_Instance instance, PP_Resource device) override; |