| Index: third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp b/third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp
|
| index b3677e544cc703b6374f1bd6992445962e8ccf6b..ee46ab48af8e3b33e06b76bd92f27e832d5e8c44 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp
|
| @@ -599,6 +599,11 @@ void ImageBuffer::SetSurface(std::unique_ptr<ImageBufferSurface> surface) {
|
| UpdateGPUMemoryUsage();
|
| }
|
|
|
| +void ImageBuffer::SetNeedsCompositingUpdate() {
|
| + if (client_)
|
| + client_->SetNeedsCompositingUpdate();
|
| +}
|
| +
|
| bool ImageDataBuffer::EncodeImage(const String& mime_type,
|
| const double& quality,
|
| Vector<unsigned char>* encoded_image) const {
|
|
|