| Index: src/core/SkPaintOptionsAndroid.cpp
|
| diff --git a/src/core/SkPaintOptionsAndroid.cpp b/src/core/SkPaintOptionsAndroid.cpp
|
| index 46e8060073d3e517662bc530173658cf4f04813d..31f489cb728434e7f2519bd4bb9f03c02ececb79 100644
|
| --- a/src/core/SkPaintOptionsAndroid.cpp
|
| +++ b/src/core/SkPaintOptionsAndroid.cpp
|
| @@ -6,14 +6,14 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -#ifdef SK_BUILD_FOR_ANDROID
|
| -
|
| #include "SkPaintOptionsAndroid.h"
|
| #include "SkFlattenableBuffers.h"
|
| #include "SkTDict.h"
|
| #include "SkThread.h"
|
| #include <cstring>
|
|
|
| +#ifdef SK_BUILD_FOR_ANDROID
|
| +
|
| SkLanguage SkLanguage::getParent() const {
|
| SkASSERT(!fTag.isEmpty());
|
| const char* tag = fTag.c_str();
|
|
|