| Index: printing/emf_win.cc
|
| diff --git a/printing/emf_win.cc b/printing/emf_win.cc
|
| index 920d64f0f81fc0d81f054c873e4d304f2b527ca0..4cb8530ebd11d540340a336b86e37880d2eb2b48 100644
|
| --- a/printing/emf_win.cc
|
| +++ b/printing/emf_win.cc
|
| @@ -404,9 +404,8 @@ bool Emf::Record::SafePlayback(const XFORM* base_matrix) const {
|
| }
|
|
|
| SkDevice* Emf::StartPageForVectorCanvas(
|
| - int page_number, const gfx::Size& page_size, const gfx::Rect& content_area,
|
| + const gfx::Size& page_size, const gfx::Rect& content_area,
|
| const float& scale_factor) {
|
| - DCHECK(page_number == page_count_);
|
| if (!StartPage(page_size, content_area, scale_factor))
|
| return NULL;
|
|
|
|
|