mpxplugins/viewplugins/views/upnpplaybackview/src/mpxupnpplaybackviewcontainer.cpp
changeset 1 8118492f1bdf
parent 0 ff3acec5bc43
equal deleted inserted replaced
0:ff3acec5bc43 1:8118492f1bdf
   158 // ---------------------------------------------------------------------------
   158 // ---------------------------------------------------------------------------
   159 // Redraw part of the screen.
   159 // Redraw part of the screen.
   160 // ---------------------------------------------------------------------------
   160 // ---------------------------------------------------------------------------
   161 //
   161 //
   162 void CMPXUPnPPlaybackViewContainer::RedrawRect(
   162 void CMPXUPnPPlaybackViewContainer::RedrawRect(
   163     const TRect& aRect,
   163  const TRect& aRect) const
   164     CBitmapContext& aGc) const
   164     {
   165     {
   165 
   166     CMPXCommonPlaybackViewContainer::RedrawRect( aRect, aGc );
   166     CMPXCommonPlaybackViewContainer::RedrawRect( aRect );
   167 
   167 
   168     if ( iRemotePlayerUsed )
   168     if ( iRemotePlayerUsed )
   169         {
   169         {
   170         DrawIndicator( aGc, aRect, iRemotePlayerIconRect, iRemotePlayerIcon );
   170         CWindowGc& gc = SystemGc();
       
   171         DrawIndicator( gc, aRect, iRemotePlayerIconRect, iRemotePlayerIcon );
   171         }
   172         }
   172     }
   173     }
   173 
   174 
   174 // -----------------------------------------------------------------------------
   175 // -----------------------------------------------------------------------------
   175 // CMPXUPnPPlaybackViewContainer::HandleButtonCommandL
   176 // CMPXUPnPPlaybackViewContainer::HandleButtonCommandL