Index: experimental/PdfViewer/SkPdfUtils.cpp |
=================================================================== |
--- experimental/PdfViewer/SkPdfUtils.cpp (revision 10721) |
+++ experimental/PdfViewer/SkPdfUtils.cpp (working copy) |
@@ -1,5 +1,9 @@ |
#include "SkPdfUtils.h" |
+bool operator !=(const SkString& first, const char* second) { |
+ return !first.equals(second); |
+} |
+ |
#ifdef PDF_TRACE |
void SkTraceMatrix(const SkMatrix& matrix, const char* sz) { |
printf("SkMatrix %s ", sz); |