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

Unified Diff: cc/resources/transferable_resource.cc

Issue 1185443005: cc: Propagate read lock fences constraints to parent compositors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Avoid ReadLockFenceHasPassed when not necessary. Created 5 years, 6 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/resources/transferable_resource.cc
diff --git a/cc/resources/transferable_resource.cc b/cc/resources/transferable_resource.cc
index 558d6e8772896157875d04cf4b885c84d6736468..89771a781466b6e68a4bb2bd4f0e00ba63eea0ba 100644
--- a/cc/resources/transferable_resource.cc
+++ b/cc/resources/transferable_resource.cc
@@ -11,6 +11,7 @@ TransferableResource::TransferableResource()
: id(0),
format(RGBA_8888),
filter(0),
+ read_lock_fences_enabled(false),
is_repeated(false),
is_software(false),
allow_overlay(false) {

Powered by Google App Engine
This is Rietveld 408576698