Merge "Enable RT, round 2"

This commit is contained in:
John Reck
2014-04-08 02:50:22 +00:00
committed by Android (Google) Code Review

View File

@@ -182,7 +182,7 @@ public abstract class HardwareRenderer {
public static boolean sSystemRendererDisabled = false;
/** @hide */
public static boolean sUseRenderThread = false;
public static boolean sUseRenderThread = true;
private boolean mEnabled;
private boolean mRequested = true;