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

Unified Diff: content/renderer/pepper/fake_pepper_plugin_instance.cc

Issue 705623002: Initialize V8 in PDFium from external files (in-renderer process only). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments from Ross and Raymes Created 6 years, 1 month 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: content/renderer/pepper/fake_pepper_plugin_instance.cc
diff --git a/content/renderer/pepper/fake_pepper_plugin_instance.cc b/content/renderer/pepper/fake_pepper_plugin_instance.cc
index e00c1eeed2fe88c738b971e2623c9594d0f8de16..8d89349bc7d35f2f86b21a693219c09edb9045cb 100644
--- a/content/renderer/pepper/fake_pepper_plugin_instance.cc
+++ b/content/renderer/pepper/fake_pepper_plugin_instance.cc
@@ -74,6 +74,11 @@ void FakePepperPluginInstance::SetSelectedText(
void FakePepperPluginInstance::SetLinkUnderCursor(const std::string& url) {}
void FakePepperPluginInstance::SetTextInputType(ui::TextInputType type) {}
void FakePepperPluginInstance::PostMessageToJavaScript(PP_Var message) {}
+#ifdef V8_USE_EXTERNAL_STARTUP_DATA
raymes 2014/11/10 03:29:06 and this
baixo1 2014/11/10 15:59:48 Done.
+void FakePepperPluginInstance::GetV8ExternalSnapshotData(
+ const char** natives_data_out, int* natives_size_out,
+ const char** snapshot_data_out, int* snapshot_size_out) const {}
+#endif
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698