Index: cc/base/swap_promise.h |
diff --git a/cc/base/swap_promise.h b/cc/base/swap_promise.h |
index 36a5b130a50498ae33e56aab4bb97320246a7289..00614cf65239f8bec65e8c9ddf1c95900d96ed05 100644 |
--- a/cc/base/swap_promise.h |
+++ b/cc/base/swap_promise.h |
@@ -9,8 +9,6 @@ |
namespace cc { |
-const unsigned int kMaxQueuedSwapPromiseNumber = 100; |
- |
// When a change to the compositor's state/invalidation/whatever happens, a |
// Swap Promise can be inserted into LayerTreeHost/LayerTreeImpl, to track |
// whether the compositor's reply to the new state/invaliadtion/whatever is |
@@ -35,7 +33,7 @@ class CC_EXPORT SwapPromise { |
DID_NOT_SWAP_UNKNOWN, |
SWAP_FAILS, |
COMMIT_FAILS, |
- SWAP_PROMISE_LIST_OVERFLOW, |
+ COMMIT_NO_UPDATE, |
}; |
SwapPromise() {} |