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

Unified Diff: cc/cc.gyp

Issue 60513007: Add SwapPromise support to LayerTreeHost and LayerTreeImpl (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rework SwapPromise() interface to have virtual DidSwap() & DidNotSwap() interface Created 7 years, 1 month 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/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index c89e9e3c8273fc46bfdb9a2fd77820b6027effcf..09af49c127cedf7ca0cf417a042c38b38108528e 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -64,6 +64,8 @@
'base/scoped_ptr_algorithm.h',
'base/scoped_ptr_deque.h',
'base/scoped_ptr_vector.h',
+ 'base/swap_promise.cc',
danakj 2013/11/13 23:22:09 I don't see this file in the diff
Yufeng Shen (Slow to review) 2013/11/14 22:09:55 Done.
+ 'base/swap_promise.h',
'base/switches.cc',
'base/switches.h',
'base/tiling_data.cc',

Powered by Google App Engine
This is Rietveld 408576698