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

Unified Diff: webkit/compositor_bindings/web_external_texture_layer_impl.cc

Issue 12962007: cc: Chromify resource_update_queue (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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
« cc/resources/resource_update_queue.cc ('K') | « cc/trees/thread_proxy.cc ('k') | no next file » | 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.cc
diff --git a/webkit/compositor_bindings/web_external_texture_layer_impl.cc b/webkit/compositor_bindings/web_external_texture_layer_impl.cc
index 1cc733cbd3db6318c1eb68dd6cd104b4e7456823..993763292bfaa09b1858e9a8fd4973925557fb42 100644
--- a/webkit/compositor_bindings/web_external_texture_layer_impl.cc
+++ b/webkit/compositor_bindings/web_external_texture_layer_impl.cc
@@ -75,7 +75,7 @@ class WebTextureUpdaterImpl : public WebKit::WebTextureUpdater {
WebKit::WebSize size) OVERRIDE {
cc::TextureCopier::Parameters copy = { source_texture, destination_texture,
size };
- queue_->appendCopy(copy);
+ queue_->AppendCopy(copy);
}
private:
@@ -94,4 +94,4 @@ WebKit::WebGraphicsContext3D* WebExternalTextureLayerImpl::Context3d() {
return client_->context();
}
-} // namespace webkit
+} // namespace webkit a
jamesr 2013/03/20 19:59:30 looks like a bad edit here
« cc/resources/resource_update_queue.cc ('K') | « cc/trees/thread_proxy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698