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

Unified Diff: cc/trees/layer_tree_host_common_unittest.cc

Issue 18400003: cc: Consider scroll offset in CalcDrawProperties (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use a gyp variable Created 7 years, 5 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 | « cc/trees/layer_tree_host_common.cc ('k') | cc/trees/layer_tree_host_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_common_unittest.cc
diff --git a/cc/trees/layer_tree_host_common_unittest.cc b/cc/trees/layer_tree_host_common_unittest.cc
index f6a1217e387dc64ed33ae4a70a3d70a1a04ccc0c..3365721235862c6bd5eb156e7093e494900b1e66 100644
--- a/cc/trees/layer_tree_host_common_unittest.cc
+++ b/cc/trees/layer_tree_host_common_unittest.cc
@@ -426,7 +426,7 @@ TEST(LayerTreeHostCommonTest, TransformsAboutScrollOffset) {
identity_matrix,
identity_matrix,
gfx::PointF(),
- kScrollLayerPosition,
+ gfx::PointF(),
gfx::Size(10, 20),
false);
scroll_layer->SetScrollable(true);
@@ -465,7 +465,7 @@ TEST(LayerTreeHostCommonTest, TransformsAboutScrollOffset) {
arbitrary_translate,
identity_matrix,
gfx::PointF(),
- kScrollLayerPosition,
+ gfx::PointF(),
gfx::Size(10, 20),
false);
ExecuteCalculateDrawProperties(
« no previous file with comments | « cc/trees/layer_tree_host_common.cc ('k') | cc/trees/layer_tree_host_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698