Revert "[Tizen] Avoid cache-related code when atspi_no_cache flag on" 43/290343/1 accepted/tizen/unified/20230327.143732 accepted/tizen/unified/20230329.013245
authorWoochan Lee <wc0917.lee@samsung.com>
Thu, 23 Mar 2023 09:16:50 +0000 (18:16 +0900)
committerWoochan Lee <wc0917.lee@samsung.com>
Thu, 23 Mar 2023 09:16:59 +0000 (18:16 +0900)
This reverts commit ae24eb55b47e52da0ef9b60ec30efeafd41918af.

Change-Id: I7258c17706cf3c673c6423348d46095a632db929

atspi/atspi-accessible.c

index f322b5b..a0ebf6e 100644 (file)
@@ -2428,11 +2428,6 @@ _atspi_accessible_get_cache_mask (AtspiAccessible *accessible)
 gboolean
 _atspi_accessible_test_cache (AtspiAccessible *accessible, AtspiCache flag)
 {
-  //TIZEN_ONLY(20230318) Avoid unnecessary cache-related codes
-  if (atspi_no_cache)
-    return FALSE;
-  //
-
   AtspiCache mask = _atspi_accessible_get_cache_mask (accessible);
   AtspiCache result = accessible->cached_properties & mask & flag;
   if (accessible->states && atspi_state_set_contains (accessible->states, ATSPI_STATE_TRANSIENT))