Commit 5a1d0740 authored by erikchen's avatar erikchen Committed by Commit bot

Remove an unused field from WebExternalTextureMailbox.h.

gpuMemoryBufferId is no longer necessary.

BUG=

Review-Url: https://codereview.chromium.org/2132913004
Cr-Commit-Position: refs/heads/master@{#404560}
parent 66f69e4e
......@@ -41,7 +41,6 @@ struct WebExternalTextureMailbox {
bool validSyncToken = false;
bool allowOverlay = false;
bool nearestNeighbor = false;
int gpuMemoryBufferId = -1;
unsigned textureTarget = 0;
WebSize textureSize;
......
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