| Index: Source/platform/graphics/ImageBuffer.h
|
| diff --git a/Source/platform/graphics/ImageBuffer.h b/Source/platform/graphics/ImageBuffer.h
|
| index 4e34fabb8bc639abd715ae2bee6d203e08b73444..6468bde505f9977f8aea21c12b4406e0d5463d76 100644
|
| --- a/Source/platform/graphics/ImageBuffer.h
|
| +++ b/Source/platform/graphics/ImageBuffer.h
|
| @@ -91,7 +91,7 @@ public:
|
| void resetCanvas(SkCanvas*) const;
|
|
|
| SkCanvas* canvas() const;
|
| - SkCanvas* immediateCanvas() const;
|
| + void disableDeferral() const;
|
|
|
| // Called at the end of a task that rendered a whole frame
|
| void finalizeFrame(const FloatRect &dirtyRect);
|
|
|