| Index: third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h
|
| index ea1dd22557cccc43e0d41d9515b49f13407c39df..7402d634a637f152e3439c86c21e723b93249b54 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h
|
| @@ -176,7 +176,9 @@ public:
|
|
|
| bool discardFramebufferSupported() const { return m_discardFramebufferSupported; }
|
|
|
| - void markContentsChanged();
|
| + // Returns false if the contents had previously been marked as changed and
|
| + // have not yet been comitted.
|
| + bool markContentsChanged();
|
| void setBufferClearNeeded(bool);
|
| bool bufferClearNeeded() const;
|
| void setIsHidden(bool);
|
|
|