summaryrefslogtreecommitdiffstats
path: root/printing/printed_document_cairo.cc
diff options
context:
space:
mode:
Diffstat (limited to 'printing/printed_document_cairo.cc')
-rw-r--r--printing/printed_document_cairo.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/printing/printed_document_cairo.cc b/printing/printed_document_cairo.cc
index 7675b96..15193c7 100644
--- a/printing/printed_document_cairo.cc
+++ b/printing/printed_document_cairo.cc
@@ -34,10 +34,4 @@ void PrintedDocument::RenderPrintedPage(
#endif // !defined(OS_CHROMEOS)
}
-void PrintedDocument::DrawHeaderFooter(gfx::NativeDrawingContext context,
- std::wstring text,
- gfx::Rect bounds) const {
- NOTIMPLEMENTED();
-}
-
} // namespace printing