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

Unified Diff: ui/compositor/layer.cc

Issue 17859002: Allow WebExternalTextureLayers to receive a bitmap along with a mailbox (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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.cc
diff --git a/ui/compositor/layer.cc b/ui/compositor/layer.cc
index e378ea85c2bde485deada82740b422fdbdef97a3..30af81cb8c6f168383a1c0299d6af8d56b725591 100644
--- a/ui/compositor/layer.cc
+++ b/ui/compositor/layer.cc
@@ -657,7 +657,8 @@ WebKit::WebGraphicsContext3D* Layer::Context3d() {
return NULL;
}
-bool Layer::PrepareTextureMailbox(cc::TextureMailbox* mailbox) {
+bool Layer::PrepareTextureMailbox(cc::TextureMailbox* mailbox,
+ bool use_shared_memory) {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698