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

Unified Diff: ui/compositor/layer.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 | « cc/layers/texture_layer_client.h ('k') | ui/compositor/layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/layer.h
diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h
index 8349221e7ed32c00b5acb7a95608e9141a251e8f..d722875fabcfdd35eda70ea3e6bca14022c15070 100644
--- a/ui/compositor/layer.h
+++ b/ui/compositor/layer.h
@@ -298,8 +298,8 @@ class COMPOSITOR_EXPORT Layer
cc::Layer* cc_layer() { return cc_layer_; }
// TextureLayerClient
- virtual unsigned prepareTexture(cc::ResourceUpdateQueue&) OVERRIDE;
- virtual WebKit::WebGraphicsContext3D* context() OVERRIDE;
+ virtual unsigned PrepareTexture(cc::ResourceUpdateQueue* queue) OVERRIDE;
+ virtual WebKit::WebGraphicsContext3D* Context3d() OVERRIDE;
float device_scale_factor() const { return device_scale_factor_; }
« no previous file with comments | « cc/layers/texture_layer_client.h ('k') | ui/compositor/layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698