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

Side by Side Diff: include/core/SkFlattenableBuffers.h

Issue 481053002: Move SkReadBuffer.h and SkReader32.h out of include. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: second_try Created 6 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 | « gyp/public_headers.gypi ('k') | include/core/SkReadBuffer.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Temporary shim to keep a couple dependencies working in Chromium. 1 // Temporary shim to keep a couple dependencies working in Chromium.
2 #ifndef SkFlattenableBuffers_DEFINED 2 // TODO(halcanary): delete this file.
3 #define SkFlattenableBuffers_DEFINED
4
5 #include "SkReadBuffer.h"
6 #include "SkWriteBuffer.h"
7
8 typedef SkReadBuffer SkFlattenableReadBuffer;
9
10 #endif//SkFlattenableBuffers_DEFINED
OLDNEW
« no previous file with comments | « gyp/public_headers.gypi ('k') | include/core/SkReadBuffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698