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

Unified Diff: third_party/WebKit/Source/core/html/HTMLCanvasElement.h

Issue 2808493002: [blink] Request compositing update when canvas hibernates/wakes up. (Closed)
Patch Set: trigger compositing update from Canvas2DLayerBridge instead 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
Index: third_party/WebKit/Source/core/html/HTMLCanvasElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
index 5ca64bdd632c66c5a7be809a795a4b85d68cb8d4..ca4a7d5cd878b460609912e2f9df876f55ae43de 100644
--- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
@@ -203,6 +203,7 @@ class CORE_EXPORT HTMLCanvasElement final
void NotifySurfaceInvalid() override;
void DidDisableAcceleration() override;
void RestoreCanvasMatrixClipStack(PaintCanvas*) const override;
+ void SetNeedsCompositingUpdate() override;
// ImageBitmapSource implementation
IntSize BitmapSourceSize() const override;

Powered by Google App Engine
This is Rietveld 408576698