| Index: cc/resources/video_resource_updater.cc
 | 
| diff --git a/cc/resources/video_resource_updater.cc b/cc/resources/video_resource_updater.cc
 | 
| index f6d08d1e3f98e07c0c64c7931af0248fa436c417..edbea9b53c92f110b28024a3814f31bfabe2ad46 100644
 | 
| --- a/cc/resources/video_resource_updater.cc
 | 
| +++ b/cc/resources/video_resource_updater.cc
 | 
| @@ -149,7 +149,6 @@ bool VideoResourceUpdater::VerifyFrame(
 | 
|  #if defined(VIDEO_HOLE)
 | 
|      case media::VideoFrame::HOLE:
 | 
|  #endif  // defined(VIDEO_HOLE)
 | 
| -    case media::VideoFrame::ARGB:
 | 
|        return true;
 | 
|  
 | 
|      // Unacceptable inputs. ¯\(°_o)/¯
 | 
| 
 |