Skip to content

Commit

Permalink
Revert "Mark textureId as @VisibleForTesting. (flutter#779)"
Browse files Browse the repository at this point in the history
This reverts commit f856057.
  • Loading branch information
andreidiaconu authored Feb 17, 2019
1 parent bcc1ec0 commit 44abce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/video_player/lib/video_player.dart
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ class VideoPlayerController extends ValueNotifier<VideoPlayerValue> {
package = null,
super(new VideoPlayerValue(duration: null));

@visibleForTesting
// Visible for testing.
int get textureId => _textureId;

Future<void> initialize() async {
Expand Down

0 comments on commit 44abce2

Please sign in to comment.