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

Unified Diff: cc/trees/layer_tree_host_pixeltest_filters.cc

Issue 24090003: Enable general CSS filters in the software compositor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/layer_tree_host_pixeltest_filters.cc
diff --git a/cc/trees/layer_tree_host_pixeltest_filters.cc b/cc/trees/layer_tree_host_pixeltest_filters.cc
index 31b2be45ccc87498548f3ca723a77bee18ba8dff..8f2f7ecb59e4c1d4f7577ef5a222c1602afc72fa 100644
--- a/cc/trees/layer_tree_host_pixeltest_filters.cc
+++ b/cc/trees/layer_tree_host_pixeltest_filters.cc
@@ -195,6 +195,10 @@ TEST_F(LayerTreeHostFiltersPixelTest, ImageFilterClipped) {
background,
base::FilePath(FILE_PATH_LITERAL(
"blue_yellow.png")));
+ RunPixelTest(SOFTWARE_WITH_BITMAP,
danakj 2013/10/16 15:48:59 Can you split this into a _GL and _Software versio
ajuma 2013/10/16 19:12:07 Done, though note that the superclass method must
+ background,
+ base::FilePath(FILE_PATH_LITERAL(
+ "blue_yellow.png")));
}
} // namespace
« cc/output/software_renderer.cc ('K') | « cc/test/data/blue_yellow_filter_chain.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698