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

Side by Side Diff: src/pdf/SkDeflate.h

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 unified diff | Download patch
« no previous file with comments | « src/core/SkFlate.cpp ('k') | src/pdf/SkDeflate.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 /* 2 /*
3 * Copyright 2010 The Android Open Source Project 3 * Copyright 2010 The Android Open Source Project
4 * 4 *
5 * Use of this source code is governed by a BSD-style license that can be 5 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file. 6 * found in the LICENSE file.
7 */ 7 */
8 8
9 9
10 #ifndef SkFlate_DEFINED 10 #ifndef SkFlate_DEFINED
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 // The SkWStream interface: 66 // The SkWStream interface:
67 bool write(const void*, size_t) override; 67 bool write(const void*, size_t) override;
68 size_t bytesWritten() const override; 68 size_t bytesWritten() const override;
69 69
70 private: 70 private:
71 struct Impl; 71 struct Impl;
72 SkAutoTDelete<Impl> fImpl; 72 SkAutoTDelete<Impl> fImpl;
73 }; 73 };
74 74
75 #endif // SkFlate_DEFINED 75 #endif // SkFlate_DEFINED
OLDNEW
« no previous file with comments | « src/core/SkFlate.cpp ('k') | src/pdf/SkDeflate.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698