| Index: third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageBuffer.h b/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| index 4fed4e1140111ef1051d5e21705f6733ea7ac594..6a9d556c48a50833391704ff0971ce26bdd36f31 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| @@ -115,10 +115,8 @@ class PLATFORM_EXPORT ImageBuffer {
|
| void disableDeferral(DisableDeferralReason) const;
|
|
|
| // Called at the end of a task that rendered a whole frame
|
| - void finalizeFrame(const FloatRect& dirtyRect);
|
| - void didFinalizeFrame();
|
| -
|
| - bool isDirty();
|
| + void finalizeFrame();
|
| + void doPaintInvalidation(const FloatRect& dirtyRect);
|
|
|
| bool writePixels(const SkImageInfo&,
|
| const void* pixels,
|
|
|