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

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

Issue 2632593003: Notify listeners on OffScreenCanvas changes (Closed)
Patch Set: Created 3 years, 10 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 4c9dfeb6afdd5197fd0c3e86a4d08c3aef77207b..3acb5ed362c4c8cad0c8dd29f67bfdf6a3fb0109 100644
--- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
@@ -211,6 +211,11 @@ class CORE_EXPORT HTMLCanvasElement final
const ImageBitmapOptions&,
ExceptionState&) override;
+ // OffscreenCanvasPlaceholder implementation.
+ void setPlaceholderFrame(RefPtr<StaticBitmapImage>,
+ WeakPtr<OffscreenCanvasFrameDispatcher>,
+ RefPtr<WebTaskRunner>,
+ unsigned resourceId) override;
DECLARE_VIRTUAL_TRACE();
DECLARE_VIRTUAL_TRACE_WRAPPERS();

Powered by Google App Engine
This is Rietveld 408576698