| 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 c0e18d854104a3b318aeb47847fe116e60027ee5..cec8b43458cdfdbdf305df4c2862584e5f02d336 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| @@ -146,6 +146,10 @@ public:
|
| static unsigned getGlobalAcceleratedImageBufferCount() { return s_globalAcceleratedImageBufferCount; }
|
| intptr_t getGPUMemoryUsage() { return m_gpuMemoryUsage; }
|
|
|
| + void disableAcceleration();
|
| +
|
| + WeakPtrFactory<ImageBuffer> m_weakPtrFactory;
|
| +
|
| protected:
|
| ImageBuffer(std::unique_ptr<ImageBufferSurface>);
|
|
|
|
|