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

Unified Diff: webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc

Issue 15579002: Implement transform/clip support for Android WebView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Turn on fuzzy comparator for new SoftwareRenderer tests Created 7 years, 6 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: webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc
diff --git a/webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc b/webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc
index f02afd2d6b7a830d8c812723b4f7f96931158f0b..7099d7f84a9a6314c55a6f5fbafbe8f556404948 100644
--- a/webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc
+++ b/webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc
@@ -131,6 +131,7 @@ void CompareFixedBoundsLayerAndNormalLayer(
cc::LayerTreeHostCommon::CalculateDrawProperties(
root_layer->layer(),
kDeviceViewportSize,
+ gfx::Transform(),
kDeviceScaleFactor,
kPageScaleFactor,
root_layer->layer(),
@@ -149,6 +150,7 @@ void CompareFixedBoundsLayerAndNormalLayer(
cc::LayerTreeHostCommon::CalculateDrawProperties(
root_layer->layer(),
kDeviceViewportSize,
+ gfx::Transform(),
kDeviceScaleFactor,
kPageScaleFactor,
root_layer->layer(),
« cc/output/direct_renderer.cc ('K') | « content/renderer/gpu/mailbox_output_surface.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698