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

Unified Diff: cc/layers/texture_layer.h

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 | « no previous file | cc/layers/texture_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/texture_layer.h
diff --git a/cc/layers/texture_layer.h b/cc/layers/texture_layer.h
index ad8d44fcf869b67edc9b0540d5d566ca7d16268d..cff2e3cd46fa13339168e811c60c0ae433e736dd 100644
--- a/cc/layers/texture_layer.h
+++ b/cc/layers/texture_layer.h
@@ -27,7 +27,8 @@ class CC_EXPORT TextureLayer : public Layer {
static scoped_refptr<TextureLayer> Create(TextureLayerClient* client);
// Used when mailbox names are specified instead of texture IDs.
- static scoped_refptr<TextureLayer> CreateForMailbox();
+ static scoped_refptr<TextureLayer> CreateForMailbox(
+ TextureLayerClient* client);
void ClearClient();
« no previous file with comments | « no previous file | cc/layers/texture_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698