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

Unified Diff: tools/android/SkBitmapRegionCodec.cpp

Issue 1417393004: Reorganize BRD code in new tools directory (Closed) Base URL: https://skia.googlesource.com/skia.git@delete-imdec
Patch Set: tools/android Created 5 years, 1 month 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 | « tools/android/SkBitmapRegionCodec.h ('k') | tools/android/SkBitmapRegionDecoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/SkBitmapRegionCodec.cpp
diff --git a/tools/SkBitmapRegionCodec.cpp b/tools/android/SkBitmapRegionCodec.cpp
similarity index 99%
rename from tools/SkBitmapRegionCodec.cpp
rename to tools/android/SkBitmapRegionCodec.cpp
index 0af7b62473e4eb4cda4a30fc1dd7bc2a58c78686..93ece4a59f9b983ae572adcd6956249982c479b3 100644
--- a/tools/SkBitmapRegionCodec.cpp
+++ b/tools/android/SkBitmapRegionCodec.cpp
@@ -5,10 +5,10 @@
* found in the LICENSE file.
*/
-#include "SkBitmapRegionCodec.h"
#include "SkAndroidCodec.h"
+#include "SkBitmapRegionCodec.h"
+#include "SkBitmapRegionDecoderPriv.h"
#include "SkCodecPriv.h"
-#include "SkCodecTools.h"
#include "SkPixelRef.h"
SkBitmapRegionCodec::SkBitmapRegionCodec(SkAndroidCodec* codec)
« no previous file with comments | « tools/android/SkBitmapRegionCodec.h ('k') | tools/android/SkBitmapRegionDecoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698