Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(269)

Unified Diff: third_party/WebKit/Source/platform/graphics/ImageBufferClient.h

Issue 2808493002: [blink] Request compositing update when canvas hibernates/wakes up. (Closed)
Patch Set: rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/graphics/ImageBufferClient.h
diff --git a/third_party/WebKit/Source/platform/graphics/ImageBufferClient.h b/third_party/WebKit/Source/platform/graphics/ImageBufferClient.h
index b23b59f896ae54ed45391af26af0ea504931977b..55b567bcf780a819ae976b21a6a219eff2fb37be 100644
--- a/third_party/WebKit/Source/platform/graphics/ImageBufferClient.h
+++ b/third_party/WebKit/Source/platform/graphics/ImageBufferClient.h
@@ -42,6 +42,7 @@ class PLATFORM_EXPORT ImageBufferClient {
virtual void NotifySurfaceInvalid() = 0;
virtual void DidDisableAcceleration() = 0;
virtual void RestoreCanvasMatrixClipStack(PaintCanvas*) const = 0;
+ virtual void SetNeedsCompositingUpdate() = 0;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698