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

Unified Diff: cc/layers/texture_layer.cc

Issue 69343011: cc: Rationalize sync points and lost status for returned resources (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « cc/layers/delegated_frame_resource_collection.cc ('k') | cc/layers/texture_layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/texture_layer.cc
diff --git a/cc/layers/texture_layer.cc b/cc/layers/texture_layer.cc
index 1d21dba058ce4d17862a9f131cd1070a49954080..c68be13bdeda8a95923ee9222c8678a5a64a17eb 100644
--- a/cc/layers/texture_layer.cc
+++ b/cc/layers/texture_layer.cc
@@ -300,9 +300,8 @@ TextureLayer::MailboxHolder::MailboxHolder(
internal_references_(0),
mailbox_(mailbox),
release_callback_(release_callback.Pass()),
- sync_point_(mailbox.sync_point()),
- is_lost_(false) {
-}
+ sync_point_(0),
+ is_lost_(false) {}
TextureLayer::MailboxHolder::~MailboxHolder() {
DCHECK_EQ(0u, internal_references_);
« no previous file with comments | « cc/layers/delegated_frame_resource_collection.cc ('k') | cc/layers/texture_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698