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 )
|
||||
atk_wrapper_focus_tracker_notify_when_idle( getAccessible(aEvent) );
|
||||
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
||||
case accessibility::AccessibleEventId::CHILD:
|
||||
{
|
||||
@@ -210,12 +211,13 @@ void DocumentFocusListener::notifyEvent( const accessibility::AccessibleEventObj
|
||||
|
||||
if( (aEvent.NewValue >>= xChild) && xChild.is() )
|
||||
attachRecursive(xChild);
|
||||
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
||||
case accessibility::AccessibleEventId::INVALIDATE_ALL_CHILDREN:
|
||||
g_warning( "Invalidate all children called\n" );
|
||||
break;
|
||||
OSL_TRACE( "Invalidate all children called\n" );
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
|
Reference in New Issue
Block a user