Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(148)

Unified Diff: talk/app/webrtc/java/android/org/webrtc/GlUtil.java

Issue 1343163003: Partial revert of r9936. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: talk/app/webrtc/java/android/org/webrtc/GlUtil.java
diff --git a/talk/app/webrtc/java/android/org/webrtc/GlUtil.java b/talk/app/webrtc/java/android/org/webrtc/GlUtil.java
index 7a2f1bc2a30d93dcac348d3ef0823e13a9fb2945..8b4357969dfe014440cedc65daea5e4575a5eb20 100644
--- a/talk/app/webrtc/java/android/org/webrtc/GlUtil.java
+++ b/talk/app/webrtc/java/android/org/webrtc/GlUtil.java
@@ -37,7 +37,6 @@ import java.nio.FloatBuffer;
* Some OpenGL static utility functions.
*/
public class GlUtil {
- private static final String TAG = "GlUtil";
private GlUtil() {}
// Assert that no OpenGL ES 2.0 error has been raised.

Powered by Google App Engine
This is Rietveld 408576698