| Index: include/core/SkPaintOptionsAndroid.h
|
| diff --git a/include/core/SkPaintOptionsAndroid.h b/include/core/SkPaintOptionsAndroid.h
|
| index de2b281f219dfbb00199b24713032e6eed4f6fc5..23e3d0d390e32fe5097bfa8bc165f312e646ed2a 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) { }
|
|
|