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
|