Skip to content

Commit bf2975a

Browse files
committed
Remove "Experimental" from the graphics tracing APIs.
1 parent 0fe398f commit bf2975a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gapic/src/main/com/google/gapid/views/TracerDialog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ private static ComboViewer createApiDropDown(Composite parent) {
613613
public String getText(Object element) {
614614
TraceTypeCapabilities ttc = (TraceTypeCapabilities)element;
615615
switch (ttc.getType()) {
616-
case Graphics: return ttc.getApi() + " (Experimental)";
616+
case Graphics: return ttc.getApi();
617617
case Perfetto: return "System Profile";
618618
default: throw new AssertionError();
619619
}

0 commit comments

Comments
 (0)