Merge "Turn on RenderThread"

This commit is contained in:
John Reck
2014-03-31 19:09:12 +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;