Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(763)

Unified Diff: src/pdf/SkDeflate.cpp

Issue 1285913002: SkPDF: Move SkFlate into src/pdf (part 1/3) [reland] (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-08-12 (Wednesday) 13:09:57 EDT Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pdf/SkDeflate.h ('k') | src/pdf/SkPDFBitmap.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pdf/SkDeflate.cpp
diff --git a/src/core/SkFlate.cpp b/src/pdf/SkDeflate.cpp
similarity index 99%
copy from src/core/SkFlate.cpp
copy to src/pdf/SkDeflate.cpp
index 1d764e8400ce1df13870edc8a3d66fff13b157a2..0953ef27fb658a866acc60f93009e04eb84566a5 100644
--- a/src/core/SkFlate.cpp
+++ b/src/pdf/SkDeflate.cpp
@@ -8,7 +8,7 @@
#include "SkData.h"
-#include "SkFlate.h"
+#include "SkDeflate.h"
#include "SkStream.h"
namespace {
« no previous file with comments | « src/pdf/SkDeflate.h ('k') | src/pdf/SkPDFBitmap.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698