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

Unified Diff: cc/trees/property_tree_unittest.cc

Issue 2451273003: cc : Snap texture layers to pixel boundary (Closed)
Patch Set: Created 4 years, 2 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
Index: cc/trees/property_tree_unittest.cc
diff --git a/cc/trees/property_tree_unittest.cc b/cc/trees/property_tree_unittest.cc
index d004c49458578fa2e49f699d6948a44c2d11de15..3cac9ed7ee425c20127cbab651884901618d62c9 100644
--- a/cc/trees/property_tree_unittest.cc
+++ b/cc/trees/property_tree_unittest.cc
@@ -46,7 +46,7 @@ TEST(PropertyTreeSerializationTest, TransformNodeSerialization) {
original.post_local_scale_factor = 0.5f;
original.surface_contents_scale = gfx::Vector2dF(0.5f, 0.5f);
original.scroll_offset = gfx::ScrollOffset(1.5f, 1.5f);
- original.scroll_snap = gfx::Vector2dF(0.4f, 0.4f);
+ original.snap_amount = gfx::Vector2dF(0.4f, 0.4f);
original.source_offset = gfx::Vector2dF(2.5f, 2.4f);
original.source_to_parent = gfx::Vector2dF(3.2f, 3.2f);

Powered by Google App Engine
This is Rietveld 408576698