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

Unified Diff: cc/trees/layer_tree_host_impl.h

Issue 2769823002: Add decode() functionality to image elements. (Closed)
Patch Set: update 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: cc/trees/layer_tree_host_impl.h
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
index f64ac371a054f784435e7f4cad46c4e863a743ff..b972526106cfe671b33831467bb633d89f2a2fd0 100644
--- a/cc/trees/layer_tree_host_impl.h
+++ b/cc/trees/layer_tree_host_impl.h
@@ -122,6 +122,8 @@ class LayerTreeHostImplClient {
bool resourceless_software_draw) = 0;
virtual void NeedsImplSideInvalidation() = 0;
+ // Called when a requested image decode completes.
+ virtual void NotifyImageDecodeRequestFinished() = 0;
protected:
virtual ~LayerTreeHostImplClient() {}

Powered by Google App Engine
This is Rietveld 408576698