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

Unified Diff: webkit/compositor_bindings/web_layer_tree_view_impl.cc

Issue 11275113: Remove most remaining references to IntRect and FloatRect. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compositor bindings Created 8 years, 1 month 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/tiled_layer_unittest.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_layer_tree_view_impl.cc
diff --git a/webkit/compositor_bindings/web_layer_tree_view_impl.cc b/webkit/compositor_bindings/web_layer_tree_view_impl.cc
index 2c30a793ddd646ab18724fa7eebfdbd30f030a68..8e865c7720f8654472cc68cdeb63f2d180a28be4 100644
--- a/webkit/compositor_bindings/web_layer_tree_view_impl.cc
+++ b/webkit/compositor_bindings/web_layer_tree_view_impl.cc
@@ -168,7 +168,7 @@ void WebLayerTreeViewImpl::updateAnimations(double frameBeginTimeSeconds)
bool WebLayerTreeViewImpl::compositeAndReadback(void *pixels, const WebRect& rect)
{
- return m_layerTreeHost->compositeAndReadback(pixels, convert(rect));
+ return m_layerTreeHost->compositeAndReadback(pixels, rect);
}
void WebLayerTreeViewImpl::finishAllRendering()
« no previous file with comments | « cc/tiled_layer_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698