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

Unified Diff: include/core/SkFlattenableBuffers.h

Issue 472303006: Revert "Move SkReadBuffer.h and SkReader32.h out of include." (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gyp/public_headers.gypi ('k') | include/core/SkReadBuffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkFlattenableBuffers.h
diff --git a/include/core/SkFlattenableBuffers.h b/include/core/SkFlattenableBuffers.h
new file mode 100644
index 0000000000000000000000000000000000000000..3e5d5b94ee2c75cc63f005570df994e5c002540a
--- /dev/null
+++ b/include/core/SkFlattenableBuffers.h
@@ -0,0 +1,10 @@
+// Temporary shim to keep a couple dependencies working in Chromium.
+#ifndef SkFlattenableBuffers_DEFINED
+#define SkFlattenableBuffers_DEFINED
+
+#include "SkReadBuffer.h"
+#include "SkWriteBuffer.h"
+
+typedef SkReadBuffer SkFlattenableReadBuffer;
+
+#endif//SkFlattenableBuffers_DEFINED
« 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