| Index: printing/pdf_metafile_skia.cc
|
| diff --git a/printing/pdf_metafile_skia.cc b/printing/pdf_metafile_skia.cc
|
| index fdff44f56cf80175944d2be42ebe2278853e4c57..b1b35edde81a32fc7b758029844b5a11c678520d 100644
|
| --- a/printing/pdf_metafile_skia.cc
|
| +++ b/printing/pdf_metafile_skia.cc
|
| @@ -73,7 +73,7 @@ bool PdfMetafileSkia::StartPage(const gfx::Size& page_size,
|
| const gfx::Rect& content_area,
|
| const float& scale_factor) {
|
| NOTREACHED();
|
| - return NULL;
|
| + return false;
|
| }
|
|
|
| bool PdfMetafileSkia::FinishPage() {
|
|
|