| Index: third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageBuffer.h b/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| index 4f358baf8b488d696e479af1382ee7c8349e1446..0d18f76bc63ef5853e44c231d1997a0b8ddeb42e 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| @@ -176,6 +176,8 @@ class PLATFORM_EXPORT ImageBuffer {
|
| void DisableAcceleration();
|
| void SetSurface(std::unique_ptr<ImageBufferSurface>);
|
|
|
| + void SetNeedsCompositingUpdate();
|
| +
|
| WeakPtrFactory<ImageBuffer> weak_ptr_factory_;
|
|
|
| protected:
|
|
|