-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsezion.patch
More file actions
26 lines (26 loc) · 859 Bytes
/
sezion.patch
File metadata and controls
26 lines (26 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
diff --git a/gyp/angle.gyp b/gyp/angle.gyp
index 616de1e..471c415 100644
--- a/gyp/angle.gyp
+++ b/gyp/angle.gyp
@@ -34,7 +34,7 @@
'skia_warnings_as_errors': 0,
},
'includes': [
- '../third_party/externals/angle/src/build_angle.gypi',
+ '../third_party/externals/angle2/src/build_angle.gyp',
],
}],
],
diff --git a/src/core/SkPaint.cpp b/src/core/SkPaint.cpp
index 236bbbd..84269be 100644
--- a/src/core/SkPaint.cpp
+++ b/src/core/SkPaint.cpp
@@ -1772,7 +1772,7 @@ static const SkMaskGamma& cachedMaskGamma(SkScalar contrast, SkScalar paintGamma
gMaskGamma = SkNEW_ARGS(SkMaskGamma, (contrast, paintGamma, deviceGamma));
gContrast = contrast;
gPaintGamma = paintGamma;
- gDeviceGamma = deviceGamma;
+ //gDeviceGamma = deviceGamma;
}
return *gMaskGamma;
}