| Index: Source/platform/graphics/Canvas2DLayerBridge.h
|
| diff --git a/Source/platform/graphics/Canvas2DLayerBridge.h b/Source/platform/graphics/Canvas2DLayerBridge.h
|
| index bca995deeadae6e0c0e4c1b53c72fbd0fb985a39..62bfef350138f3a8e8134671f46950b8c1471358 100644
|
| --- a/Source/platform/graphics/Canvas2DLayerBridge.h
|
| +++ b/Source/platform/graphics/Canvas2DLayerBridge.h
|
| @@ -73,7 +73,7 @@ public:
|
| void setFilterQuality(SkFilterQuality);
|
| void setIsHidden(bool);
|
| void setImageBuffer(ImageBuffer*);
|
| - void didDraw();
|
| + void didDraw(const FloatRect&);
|
| bool writePixels(const SkImageInfo&, const void* pixels, size_t rowBytes, int x, int y);
|
| void flush();
|
| void flushGpu();
|
| @@ -133,6 +133,7 @@ private:
|
| GLenum m_lastFilter;
|
| OpacityMode m_opacityMode;
|
| IntSize m_size;
|
| + int m_recordingPixelCount;
|
| };
|
|
|
| } // namespace blink
|
|
|