| Index: Source/platform/graphics/PictureSnapshot.h
|
| diff --git a/Source/platform/graphics/PictureSnapshot.h b/Source/platform/graphics/PictureSnapshot.h
|
| index d5894ca9cf6c2db2b8df5ed7c3fbacee75175ee5..34bac462f36d6c9f4296df8fa786b3ea4d6fd279 100644
|
| --- a/Source/platform/graphics/PictureSnapshot.h
|
| +++ b/Source/platform/graphics/PictureSnapshot.h
|
| @@ -59,6 +59,7 @@ public:
|
| PassOwnPtr<Vector<char>> replay(unsigned fromStep = 0, unsigned toStep = 0, double scale = 1.0) const;
|
| PassOwnPtr<Timings> profile(unsigned minIterations, double minDuration, const FloatRect* clipRect) const;
|
| PassRefPtr<JSONArray> snapshotCommandLog() const;
|
| + bool isEmpty() const;
|
|
|
| private:
|
| PassOwnPtr<SkBitmap> createBitmap() const;
|
|
|