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

Unified Diff: cc/base/swap_promise.h

Issue 240163005: Deliver IPC messages together with SwapCompositorFrame (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: disable browsertest for android for realz this time Created 6 years, 5 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/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() {}

Powered by Google App Engine
This is Rietveld 408576698