summaryrefslogtreecommitdiffstats
path: root/printing/emf_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'printing/emf_win.cc')
-rw-r--r--printing/emf_win.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/printing/emf_win.cc b/printing/emf_win.cc
index 1b5601a..758abc9 100644
--- a/printing/emf_win.cc
+++ b/printing/emf_win.cc
@@ -416,8 +416,7 @@ skia::PlatformDevice* Emf::StartPageForVectorCanvas(
bool Emf::StartPage(const gfx::Size& /*page_size*/,
const gfx::Point& /*content_origin*/,
- const float& scale_factor) {
- DCHECK_EQ(1.0f, scale_factor); // We don't support scaling here.
+ const float& /*scale_factor*/) {
DCHECK(hdc_);
if (!hdc_)
return false;