| 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 3da4f7c6a1f2cec3c5fbde72250069304562e6e5..0b4a0e37b863b4acdbcd5b5c6dc8363b581cac4d 100644 | 
| --- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h | 
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h | 
| @@ -176,7 +176,6 @@ public: | 
|  | 
| void setPackAlignment(GLint param); | 
|  | 
| -    void paintRenderingResultsToCanvas(ImageBuffer*); | 
| bool paintRenderingResultsToImageData(int&, int&, SourceDrawingBuffer, WTF::ArrayBufferContents&); | 
|  | 
| int sampleCount() const { return m_sampleCount; } | 
| @@ -218,8 +217,6 @@ private: | 
| // Updates the current size of the buffer, ensuring that s_currentResourceUsePixels is updated. | 
| void setSize(const IntSize& size); | 
|  | 
| -    void paintFramebufferToCanvas(int framebuffer, int width, int height, bool premultiplyAlpha, ImageBuffer*); | 
| - | 
| // This is the order of bytes to use when doing a readback. | 
| enum ReadbackOrder { | 
| ReadbackRGBA, | 
|  |