The other Invalidate is a OSL_TRACE, so silence here likewise
Change-Id: Ib7e7d53e8feb378229a71985bb6108ce9b58cb29
This commit is contained in:
@@ -199,8 +199,9 @@ void DocumentFocusListener::notifyEvent( const accessibility::AccessibleEventObj
|
|||||||
|
|
||||||
if( accessibility::AccessibleStateType::FOCUSED == nState )
|
if( accessibility::AccessibleStateType::FOCUSED == nState )
|
||||||
atk_wrapper_focus_tracker_notify_when_idle( getAccessible(aEvent) );
|
atk_wrapper_focus_tracker_notify_when_idle( getAccessible(aEvent) );
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
case accessibility::AccessibleEventId::CHILD:
|
case accessibility::AccessibleEventId::CHILD:
|
||||||
{
|
{
|
||||||
@@ -210,11 +211,12 @@ void DocumentFocusListener::notifyEvent( const accessibility::AccessibleEventObj
|
|||||||
|
|
||||||
if( (aEvent.NewValue >>= xChild) && xChild.is() )
|
if( (aEvent.NewValue >>= xChild) && xChild.is() )
|
||||||
attachRecursive(xChild);
|
attachRecursive(xChild);
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
case accessibility::AccessibleEventId::INVALIDATE_ALL_CHILDREN:
|
case accessibility::AccessibleEventId::INVALIDATE_ALL_CHILDREN:
|
||||||
g_warning( "Invalidate all children called\n" );
|
OSL_TRACE( "Invalidate all children called\n" );
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user