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

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: Linker Fix Created 7 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
« no previous file with comments | « ui/compositor/layer.h ('k') | webkit/compositor_bindings/compositor_bindings.gyp » ('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 ad3c31cc33538e56ae91737a9f9a57b588977d19..9bb17daf8e48bf937adbb2d3b63823184a183a21 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* mailbox) {
+ 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/compositor_bindings.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698