| 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 b031a37fd9136a4c24c8a809b558936aae5f3b5e..967a59b4298e988bbe245b951627cb4ddbff2dbc 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h
|
| @@ -162,7 +162,9 @@ class PLATFORM_EXPORT DrawingBuffer
|
| return m_discardFramebufferSupported;
|
| }
|
|
|
| - void markContentsChanged();
|
| + // Returns false if the contents had previously been marked as changed and
|
| + // have not yet been committed.
|
| + bool markContentsChanged();
|
| void setBufferClearNeeded(bool);
|
| bool bufferClearNeeded() const;
|
| void setIsHidden(bool);
|
|
|