| Index: src/core/SkDeviceProfile.cpp
|
| diff --git a/src/core/SkDeviceProfile.cpp b/src/core/SkDeviceProfile.cpp
|
| index 188e12b4b015ca03740ccfb19ef2853536b38b05..11d5c853f3b81de12fe2d440337a400e1789c3a6 100644
|
| --- a/src/core/SkDeviceProfile.cpp
|
| +++ b/src/core/SkDeviceProfile.cpp
|
| @@ -41,7 +41,7 @@ SkDeviceProfile* SkDeviceProfile::Create(float gammaExp,
|
| float contrast,
|
| LCDConfig config,
|
| FontHintLevel level) {
|
| - return SkNEW_ARGS(SkDeviceProfile, (gammaExp, contrast, config, level));
|
| + return new SkDeviceProfile(gammaExp, contrast, config, level);
|
| }
|
|
|
| SK_DECLARE_STATIC_MUTEX(gMutex);
|
|
|