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

Unified Diff: cc/test/test_tile_priorities.cc

Issue 291093008: cc: Prevent tiles that are required for activation from being placed in NEVER_BIN. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/test/test_tile_priorities.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/test_tile_priorities.cc
diff --git a/cc/test/test_tile_priorities.cc b/cc/test/test_tile_priorities.cc
index 9f644d38e069c185aa8f81917876a03e88e9123d..4de76ba7aa1df238373f544651b1b4d460137d66 100644
--- a/cc/test/test_tile_priorities.cc
+++ b/cc/test/test_tile_priorities.cc
@@ -20,4 +20,7 @@ TilePriorityRequiredForActivation::TilePriorityRequiredForActivation()
required_for_activation = true;
}
+TilePriorityLowRes::TilePriorityLowRes()
+ : TilePriority(LOW_RESOLUTION, NOW, 0) {}
+
} // namespace cc
« no previous file with comments | « cc/test/test_tile_priorities.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698