Index: webrtc/api/java/android/org/webrtc/SurfaceViewRenderer.java |
diff --git a/webrtc/api/java/android/org/webrtc/SurfaceViewRenderer.java b/webrtc/api/java/android/org/webrtc/SurfaceViewRenderer.java |
index dbd620868f5cb6b3f33ee2c5c8d5852b77cf4972..e20f67dc32389d43d64905c54246d7cbce08dfe8 100644 |
--- a/webrtc/api/java/android/org/webrtc/SurfaceViewRenderer.java |
+++ b/webrtc/api/java/android/org/webrtc/SurfaceViewRenderer.java |
@@ -31,7 +31,7 @@ import javax.microedition.khronos.egl.EGLContext; |
* renderFrame() is asynchronous to avoid blocking the calling thread. |
* This class is thread safe and handles access from potentially four different threads: |
* Interaction from the main app in init, release, setMirror, and setScalingtype. |
- * Interaction from C++ webrtc::VideoRendererInterface in renderFrame and canApplyRotation. |
+ * Interaction from C++ rtc::VideoSinkInterface in renderFrame. |
* Interaction from the Activity lifecycle in surfaceCreated, surfaceChanged, and surfaceDestroyed. |
* Interaction with the layout framework in onMeasure and onSizeChanged. |
*/ |