Merge "Introduce DebugNonRectClipOperationsPreferenceCtrl"

This commit is contained in:
Jeffrey Huang
2017-10-13 16:51:39 +00:00
committed by Android (Google) Code Review
3 changed files with 248 additions and 1 deletions

View File

@@ -397,7 +397,7 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
controllers.add(new GpuViewUpdatesPreferenceController(context));
controllers.add(new HardwareLayersUpdatesPreferenceController(context));
controllers.add(new DebugGpuOverdrawPreferenceController(context));
// debug non-rectangular clip operations
controllers.add(new DebugNonRectClipOperationsPreferenceController(context));
controllers.add(new ForceMSAAPreferenceController(context));
controllers.add(new HardwareOverlaysPreferenceController(context));
controllers.add(new SimulateColorSpacePreferenceController(context));