| Index: Source/core/platform/graphics/ImageBuffer.h
|
| diff --git a/Source/core/platform/graphics/ImageBuffer.h b/Source/core/platform/graphics/ImageBuffer.h
|
| index bdcaae89f93747c1facd7db55fd29864f456a690..2ccba9e47a2c4f681988772c2c54446eaaa1bb7b 100644
|
| --- a/Source/core/platform/graphics/ImageBuffer.h
|
| +++ b/Source/core/platform/graphics/ImageBuffer.h
|
| @@ -133,6 +133,7 @@ public:
|
| void reportMemoryUsage(MemoryObjectInfo*) const;
|
|
|
| private:
|
| + bool isValid() const;
|
| void clip(GraphicsContext*, const FloatRect&) const;
|
|
|
| void draw(GraphicsContext*, const FloatRect&, const FloatRect& = FloatRect(0, 0, -1, -1), CompositeOperator = CompositeSourceOver, BlendMode = BlendModeNormal, bool useLowQualityScale = false);
|
|
|