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

Unified Diff: src/animator/SkSnapshot.h

Issue 1018953003: Add SkEncodedFormat, used by SkCodec. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Use a common enum for SkImageEncoder and SkImageDecoder and SkCodec Created 5 years, 9 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
Index: src/animator/SkSnapshot.h
diff --git a/src/animator/SkSnapshot.h b/src/animator/SkSnapshot.h
index e3b36d18981d78c13f9f7ecfa3df53221dcb7c0e..18c928d4a9567a17b94261a9e54e160a41a33607 100644
--- a/src/animator/SkSnapshot.h
+++ b/src/animator/SkSnapshot.h
@@ -23,7 +23,7 @@ class SkSnapshot: public SkADrawable {
SkString filename;
SkScalar quality;
SkBool sequence;
- int /*SkImageEncoder::Type*/ type;
+ int /*SkEncodedFormat*/ type;
int fSeqVal;
};

Powered by Google App Engine
This is Rietveld 408576698