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

Unified Diff: cc/test/layer_tree_test_common.cc

Issue 11358050: Remove most remaining webcore points and sizes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebasedd 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/test/animation_test_common.h ('k') | cc/texture_copier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/layer_tree_test_common.cc
diff --git a/cc/test/layer_tree_test_common.cc b/cc/test/layer_tree_test_common.cc
index da3f43070fcc0e2ec271be9b454cafe1df820fbe..65a2904556c9ab137de07ae0d3927db6783d68d1 100644
--- a/cc/test/layer_tree_test_common.cc
+++ b/cc/test/layer_tree_test_common.cc
@@ -149,7 +149,7 @@ public:
layerTreeHost->setRootLayer(rootLayer);
// LayerTreeHostImpl won't draw if it has 1x1 viewport.
- layerTreeHost->setViewportSize(IntSize(1, 1), IntSize(1, 1));
+ layerTreeHost->setViewportSize(gfx::Size(1, 1), gfx::Size(1, 1));
layerTreeHost->rootLayer()->setLayerAnimationDelegate(testHooks);
« no previous file with comments | « cc/test/animation_test_common.h ('k') | cc/texture_copier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698