Skip to content

Commit 7d26009

Browse files
nichtverstehensigurdm
authored andcommitted
Mark textureId as @VisibleForTesting. (flutter#779)
Users should not access the texture ID directly.
1 parent 8178bf1 commit 7d26009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/video_player/lib/video_player.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ class VideoPlayerController extends ValueNotifier<VideoPlayerValue> {
184184
package = null,
185185
super(new VideoPlayerValue(duration: null));
186186

187-
// Visible for testing.
187+
@visibleForTesting
188188
int get textureId => _textureId;
189189

190190
Future<void> initialize() async {

0 commit comments

Comments
 (0)