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

Unified Diff: ui/compositor/layer.cc

Issue 12374028: Allow WebExternalTextureLayerClient to work with mailboxes. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 7 years, 9 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
« no previous file with comments | « ui/compositor/layer.h ('k') | webkit/compositor_bindings/web_compositor_support_impl.h » ('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 5e5ebcb95a7bd577e18d170fa373af0aa25a0e27..2a33cc08b5b80fb2ecce5f2a097e004fc6d5957a 100644
--- a/ui/compositor/layer.cc
+++ b/ui/compositor/layer.cc
@@ -640,6 +640,10 @@ WebKit::WebGraphicsContext3D* Layer::Context3d() {
return texture_->HostContext3D();
}
+bool Layer::PrepareTextureMailbox(cc::TextureMailbox*) {
+ return false;
+}
+
void Layer::SetForceRenderSurface(bool force) {
if (force_render_surface_ == force)
return;
« no previous file with comments | « ui/compositor/layer.h ('k') | webkit/compositor_bindings/web_compositor_support_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698