@Override
 public void updateBasePageSelectionYPx(float y) {
   // NOTE(pedrosimonetti): exposing superclass method to the interface.
   super.updateBasePageSelectionYPx(y);
 }