Backed out changesets 5d245e2369fa and 8f3dad3b3698 (bug 949458) for suspicion of causing bug 960162.

This commit is contained in:
Ryan VanderMeulen 2014-01-15 20:46:00 -05:00
parent a9e695fbf0
commit 7d85547904

View File

@ -190,9 +190,6 @@ public class BrowserToolbar extends GeckoRelativeLayout
mTabs = (ShapedButton) findViewById(R.id.tabs);
mTabsCounter = (TabCounter) findViewById(R.id.tabs_counter);
if (Build.VERSION.SDK_INT >= 11) {
mTabsCounter.setLayerType(View.LAYER_TYPE_HARDWARE, null);
}
mBack = (ImageButton) findViewById(R.id.back);
setButtonEnabled(mBack, false);