| 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..3d27f0039a1de28f2ae986c144a45e04d0af4678 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;
|
| + int gpuMemoryBufferId = -1;
|
| unsigned textureTarget = 0;
|
| WebSize textureSize;
|
|
|
|
|