Chromium Code Reviews| Index: third_party/WebKit/public/platform/WebExternalTextureMailbox.h |
| diff --git a/third_party/WebKit/public/platform/WebExternalTextureMailbox.h b/third_party/WebKit/public/platform/WebExternalTextureMailbox.h |
| index 0bb41cfd87bcb188c2c6d0c8caafad4a93ae54dc..36103a5e3eafa922c930bf0791eb0548ff8336c7 100644 |
| --- a/third_party/WebKit/public/platform/WebExternalTextureMailbox.h |
| +++ b/third_party/WebKit/public/platform/WebExternalTextureMailbox.h |
| @@ -41,6 +41,7 @@ struct WebExternalTextureMailbox { |
| bool validSyncToken = false; |
| bool allowOverlay = false; |
| bool nearestNeighbor = false; |
|
ccameron
2016/05/11 22:18:14
This will need to be populated for the GMB-backed
|
| + unsigned gpuMemoryBufferId = 0; |
| unsigned textureTarget = 0; |
| WebSize textureSize; |