Chromium Code Reviews| 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 4d1e7bed0b4aca88899abb49ee5e8d63e603672b..b0a572790e96d30e0a58aa8f89e0d5fa1350639a 100644 |
| --- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h |
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h |
| @@ -153,7 +153,7 @@ public: |
| bool discardFramebufferSupported() const { return m_discardFramebufferSupported; } |
| - void markContentsChanged(); |
| + bool markContentsChanged(); |
|
Ken Russell (switch to Gerrit)
2016/05/16 19:05:24
Please document the return value.
|
| void setBufferClearNeeded(bool); |
| bool bufferClearNeeded() const; |
| void setIsHidden(bool); |