Commit 390ff1d9 authored by Alexandre Courbot's avatar Alexandre Courbot Committed by Commit Bot

components/arc/vea: remove invalid Next MinVersion statement

Next MinVersion should be used per-file, not per-interface.

BUG=None
TEST=Chromium builds.

Change-Id: Ib437263f070957eec532e8876e6fd14fe4c4b548
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2071464
Commit-Queue: Alexandre Courbot <acourbot@chromium.org>
Reviewed-by: default avatarDominick Ng <dominickn@chromium.org>
Cr-Commit-Position: refs/heads/master@{#811594}
parent f762a4c5
......@@ -158,7 +158,6 @@ interface VideoEncodeAccelerator {
// Interface for clients that use VideoEncodeAccelerator. These callbacks will
// not be made unless VideoEncodeAccelerator::Initialize() has returned
// successfully.
// Next MinVersion: 1
// Next Method ID: 3
interface VideoEncodeClient {
// Callback to tell the client what size of frames and buffers to provide
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment