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

Unified Diff: cc/trees/layer_tree_host_pixeltest_masks.cc

Issue 982413003: cc: Disable more mask pixel tests on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_pixeltest_masks.cc
diff --git a/cc/trees/layer_tree_host_pixeltest_masks.cc b/cc/trees/layer_tree_host_pixeltest_masks.cc
index 7b0e53bab7cb46ca4345a9e8d86b68e46056b20d..acfae356eaf616576e397610f19fbc0ebf3b509d 100644
--- a/cc/trees/layer_tree_host_pixeltest_masks.cc
+++ b/cc/trees/layer_tree_host_pixeltest_masks.cc
@@ -280,8 +280,6 @@ TEST_P(LayerTreeHostMasksPixelTest, MaskOfReplicaOfClippedLayer) {
"mask_of_replica_of_clipped_layer.png")));
}
-#endif // !defined(OS_WIN)
-
class CheckerContentLayerClient : public ContentLayerClient {
public:
CheckerContentLayerClient(const gfx::Size& bounds,
@@ -464,6 +462,8 @@ TEST_P(LayerTreeHostMasksForBackgroundFiltersPixelTest,
FILE_PATH_LITERAL("mask_of_layer_with_blend.png")));
}
+#endif // !defined(OS_WIN)
danakj 2015/03/06 22:32:57 and move this down with the ANDROID one?
+
} // namespace
} // namespace cc
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698