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

Unified Diff: webkit/compositor_bindings/web_external_texture_layer_impl.h

Issue 12670009: cc: Chromify TextureLayerClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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.cc ('k') | webkit/compositor_bindings/web_external_texture_layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/compositor_bindings/web_external_texture_layer_impl.h
diff --git a/webkit/compositor_bindings/web_external_texture_layer_impl.h b/webkit/compositor_bindings/web_external_texture_layer_impl.h
index 6cd3e71ff772d710e02be609a6f78b3e268bf510..e9c33b10aaa130bfffae96fed915104ba6ce6742 100644
--- a/webkit/compositor_bindings/web_external_texture_layer_impl.h
+++ b/webkit/compositor_bindings/web_external_texture_layer_impl.h
@@ -34,8 +34,8 @@ class WebExternalTextureLayerImpl : public WebKit::WebExternalTextureLayer,
virtual void setRateLimitContext(bool rate_limit);
// TextureLayerClient implementation.
- virtual unsigned prepareTexture(cc::ResourceUpdateQueue&) OVERRIDE;
- virtual WebKit::WebGraphicsContext3D* context() OVERRIDE;
+ virtual unsigned PrepareTexture(cc::ResourceUpdateQueue*) OVERRIDE;
+ virtual WebKit::WebGraphicsContext3D* Context3d() OVERRIDE;
private:
WebKit::WebExternalTextureLayerClient* client_;
« no previous file with comments | « ui/compositor/layer.cc ('k') | webkit/compositor_bindings/web_external_texture_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698