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

Unified Diff: ui/compositor/layer.cc

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.h ('k') | webkit/compositor_bindings/web_external_texture_layer_impl.h » ('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 6c435b81ecbe972ca086801a55076a1a50bdb56b..21af90620918d02272745eab724e11d734fa44bd 100644
--- a/ui/compositor/layer.cc
+++ b/ui/compositor/layer.cc
@@ -614,12 +614,12 @@ void Layer::PaintContents(SkCanvas* sk_canvas,
canvas->Restore();
}
-unsigned Layer::prepareTexture(cc::ResourceUpdateQueue&) {
+unsigned Layer::PrepareTexture(cc::ResourceUpdateQueue* queue) {
DCHECK(texture_layer_);
return texture_->PrepareTexture();
}
-WebKit::WebGraphicsContext3D* Layer::context() {
+WebKit::WebGraphicsContext3D* Layer::Context3d() {
DCHECK(texture_layer_);
return texture_->HostContext3D();
}
« no previous file with comments | « ui/compositor/layer.h ('k') | webkit/compositor_bindings/web_external_texture_layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698