Index: printing/printed_document_cairo.cc |
diff --git a/printing/printed_document_cairo.cc b/printing/printed_document_cairo.cc |
index 8386914295cf59684f777ca61e86af00588d3822..fb996dbf98e4e984c5df3e8583999140c4b0164b 100644 |
--- a/printing/printed_document_cairo.cc |
+++ b/printing/printed_document_cairo.cc |
@@ -22,6 +22,8 @@ void PrintedDocument::RenderPrintedPage( |
} |
#endif |
+ DCHECK(context); |
Marc-Antoine Ruel (Google)
2010/09/25 01:40:13
There's no implementation, there's no point in che
James Hawkins
2010/09/25 02:27:19
I'm adding the implementation in a soon-to-be-uplo
|
+ |
NOTIMPLEMENTED(); |
} |