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

Unified Diff: ui/compositor/layer.h

Issue 2877483003: Implements core logic for Pixel Canvas (Closed)
Patch Set: Resolving comments and sync with ToT Created 3 years, 5 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: ui/compositor/layer.h
diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h
index 7c1ab4bf4a42e5755ee6031de1bcd3451a29dbb0..b7ba24d4e34952ab328675ec1a146a173f90601f 100644
--- a/ui/compositor/layer.h
+++ b/ui/compositor/layer.h
@@ -415,6 +415,8 @@ class COMPOSITOR_EXPORT Layer
return frame_size_in_dip_;
}
+ const Layer* layer_mask_back_link() const { return layer_mask_back_link_; }
danakj 2017/07/26 16:06:04 can you add a comment explaining what this is?
malaykeshav 2017/07/26 18:34:45 Done. I am not why we need to duplicate the commen
+
private:
friend class LayerOwner;
class LayerMirror;

Powered by Google App Engine
This is Rietveld 408576698