| Index: include/core/SkPaintOptionsAndroid.h
|
| diff --git a/include/core/SkPaintOptionsAndroid.h b/include/core/SkPaintOptionsAndroid.h
|
| index c38088f730836abe63fc2360d75eb1196d26e434..fa6ca42f709e7cf2a470a114cd38f99a86050b54 100644
|
| --- a/include/core/SkPaintOptionsAndroid.h
|
| +++ b/include/core/SkPaintOptionsAndroid.h
|
| @@ -27,6 +27,7 @@ class SkFlattenableWriteBuffer;
|
| class SkLanguage {
|
| public:
|
| SkLanguage() { }
|
| + SkLanguage(const SkString& tag) : fTag(tag) { }
|
| SkLanguage(const char* tag) : fTag(tag) { }
|
| SkLanguage(const char* tag, size_t len) : fTag(tag, len) { }
|
| SkLanguage(const SkLanguage& b) : fTag(b.fTag) { }
|
|
|