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

Unified Diff: ui/compositor/layer.cc

Issue 761903003: Update from https://crrev.com/306655 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « ui/compositor/layer.h ('k') | ui/gl/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/layer.cc
diff --git a/ui/compositor/layer.cc b/ui/compositor/layer.cc
index ea30852308e959bd8c88d2341a21de595c0e6b7f..2d7b5b36c2d66a9402907a537a408ef381db19cb 100644
--- a/ui/compositor/layer.cc
+++ b/ui/compositor/layer.cc
@@ -724,6 +724,13 @@ void Layer::PaintContents(SkCanvas* sk_canvas,
delegate_->OnPaintLayer(canvas.get());
}
+scoped_refptr<cc::DisplayItemList> Layer::PaintContentsToDisplayList(
+ const gfx::Rect& clip,
+ ContentLayerClient::GraphicsContextStatus gc_status) {
+ NOTIMPLEMENTED();
+ return cc::DisplayItemList::Create();
+}
+
bool Layer::FillsBoundsCompletely() const { return fills_bounds_completely_; }
bool Layer::PrepareTextureMailbox(
« no previous file with comments | « ui/compositor/layer.h ('k') | ui/gl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698