0

Addressing C4267 for pdf.

BUG=167187

Review-Url: https://codereview.chromium.org/2453873003
Cr-Commit-Position: refs/heads/master@{#427947}
This commit is contained in:
thestig
2016-10-26 22:19:26 -07:00
committed by Commit bot
parent 1862fd221b
commit 3d4b241f63
2 changed files with 0 additions and 6 deletions
components/pdf/renderer
pdf

@ -12,9 +12,6 @@ static_library("renderer") {
"pepper_pdf_host.h",
]
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
deps = [
"//base",
"//components/pdf/common",

@ -39,9 +39,6 @@ static_library("pdf") {
"preview_mode_client.h",
]
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
if (pdf_engine == 0) {
deps += [
"//pdf/pdfium/fuzzers",