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

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

Issue 2632593003: Notify listeners on OffScreenCanvas changes (Closed)
Patch Set: Created 3 years, 11 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 4025122739cf070ecf7674ce8b9acca355e2f6e2..83939148c630157bd3523791392c7ba95675fe9e 100644
--- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
@@ -209,6 +209,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