Fix PDF load in <embed> and <object> tags (fixes issue #2727, see issue #2622)

This commit is contained in:
Marshall Greenblatt
2019-07-24 17:12:00 -04:00
parent e57acace0b
commit 15fc7e58a8
9 changed files with 202 additions and 1 deletions

View File

@@ -603,6 +603,8 @@ static_library("libcef_static") {
"libcef/renderer/render_urlrequest_impl.cc",
"libcef/renderer/render_urlrequest_impl.h",
"libcef/renderer/thread_util.h",
"libcef/renderer/url_loader_throttle_provider_impl.cc",
"libcef/renderer/url_loader_throttle_provider_impl.h",
"libcef/renderer/v8_impl.cc",
"libcef/renderer/v8_impl.h",
"libcef/utility/content_utility_client.cc",