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

Unified Diff: cc/resources/transferable_resource.h

Issue 1387283002: cc: Remove redundant is_overlay arguments (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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.h
diff --git a/cc/resources/transferable_resource.h b/cc/resources/transferable_resource.h
index 6f38a62f7fc84b05635f8644237629b0d166b0a4..d3b401d9f105d32f36de7c4caee44b166c53596d 100644
--- a/cc/resources/transferable_resource.h
+++ b/cc/resources/transferable_resource.h
@@ -37,7 +37,7 @@ struct CC_EXPORT TransferableResource {
bool read_lock_fences_enabled;
bool is_repeated;
bool is_software;
- bool allow_overlay;
+ bool bound_to_gl_image;
};
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698