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

Unified Diff: cc/resources/transferable_resource.h

Issue 303063002: Transfer texture wrap mode in in cc::Resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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
« no previous file with comments | « cc/resources/resource_provider.cc ('k') | cc/resources/transferable_resource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/transferable_resource.h
diff --git a/cc/resources/transferable_resource.h b/cc/resources/transferable_resource.h
index 8ca9ffabe39f804c7a76f5771cfb34f5c39c58a1..11651f2722d7978b0a3c1016425031cc83b3960d 100644
--- a/cc/resources/transferable_resource.h
+++ b/cc/resources/transferable_resource.h
@@ -33,6 +33,7 @@ struct CC_EXPORT TransferableResource {
uint32 filter;
gfx::Size size;
gpu::MailboxHolder mailbox_holder;
+ bool is_repeated;
ccameron 2014/05/29 02:13:54 Alternatively, I could put an enum for ResourceWra
bool is_software;
};
« no previous file with comments | « cc/resources/resource_provider.cc ('k') | cc/resources/transferable_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698