K 10 svn:author V 6 jbeich K 8 svn:date V 27 2018-02-22T02:59:52.591736Z K 7 svn:log V 883 www/waterfox: unbreak after r462554 In file included from objdir/gfx/layers/Unified_cpp_gfx_layers7.cpp:11: gfx/layers/composite/TextureHost.cpp:287:82: error: no member named 'yStride' in 'mozilla::layers::YCbCrDescriptor' ImageDataSerializer::ComputeYCbCrBufferSize(ycbcr.ySize(), ycbcr.yStride(), ~~~~~ ^ gfx/layers/composite/TextureHost.cpp:288:85: error: no member named 'cbCrStride' in 'mozilla::layers::YCbCrDescriptor'; did you mean 'cbCrSize'? ycbcr.cbCrSize(), ycbcr.cbCrStride()); ^~~~~~~~~~ cbCrSize Point hat to: jbeich (last minute fix) END