| 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 051892316e72b5107dbf9dec10ad4c37dffc1de6..b031a37fd9136a4c24c8a809b558936aae5f3b5e 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h
|
| @@ -201,6 +201,8 @@ class PLATFORM_EXPORT DrawingBuffer
|
| GLint level,
|
| bool premultiplyAlpha,
|
| bool flipY,
|
| + const IntPoint& destTextureOffset,
|
| + const IntRect& sourceSubRectangle,
|
| SourceDrawingBuffer);
|
|
|
| bool paintRenderingResultsToImageData(int&,
|
|
|