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

Unified Diff: cc/test/test_tile_priorities.h

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/resources/tile_manager_unittest.cc ('k') | cc/test/test_tile_priorities.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/test_tile_priorities.h
diff --git a/cc/test/test_tile_priorities.h b/cc/test/test_tile_priorities.h
index cc5410554f2a7b89685c5530d9d854997a884bcf..9d2caab2ffc05299f349abcc77183094161bf7e1 100644
--- a/cc/test/test_tile_priorities.h
+++ b/cc/test/test_tile_priorities.h
@@ -29,6 +29,11 @@ class TilePriorityRequiredForActivation : public TilePriority {
TilePriorityRequiredForActivation();
};
+class TilePriorityLowRes : public TilePriority {
+ public:
+ TilePriorityLowRes();
+};
+
} // namespace cc
#endif // CC_TEST_TEST_TILE_PRIORITIES_H_
« no previous file with comments | « cc/resources/tile_manager_unittest.cc ('k') | cc/test/test_tile_priorities.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698