| 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_
|
|
|