Skip to content

Commit 75518f5

Browse files
authored
Merge pull request #1 from dnfield/master
merge #200
2 parents 8fbed81 + f81b8d9 commit 75518f5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

third_party/.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ addons:
88
- ubuntu-toolchain-r-test # if we don't specify this, the libstdc++6 we get is the wrong version
99
packages:
1010
- libstdc++6
11-
- fonts-droid
11+
- fonts-droid-fallback
1212
before_script:
1313
- git clone https://github.com/flutter/flutter.git -b master --single-branch
1414
- ./flutter/bin/flutter doctor

third_party/lib/src/vector_drawable.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ class DrawablePaint {
269269
final double strokeWidth;
270270

271271
/// Creates a [Paint] object from this [DrawablePaint].
272-
@virtual
273272
Paint toFlutterPaint([ColorFilter colorFilterOverride]) {
274273
final Paint paint = Paint();
275274

0 commit comments

Comments
 (0)