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

Unified Diff: cc/transferable_resource.h

Issue 11358181: Use nearest neighbor filtering for non-translated quads (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Change CHECK() into DCHECK(). Created 8 years 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/test/render_pass_test_common.cc ('k') | cc/transferable_resource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/transferable_resource.h
diff --git a/cc/transferable_resource.h b/cc/transferable_resource.h
index a9ae58fb9f4d4d64fd4eccaf2e810987147a89c0..d44bcba9da331e3cad18920e42fe5350bd3a83cb 100644
--- a/cc/transferable_resource.h
+++ b/cc/transferable_resource.h
@@ -27,6 +27,7 @@ struct CC_EXPORT TransferableResource {
unsigned id;
GLenum format;
+ GLenum filter;
gfx::Size size;
Mailbox mailbox;
};
« no previous file with comments | « cc/test/render_pass_test_common.cc ('k') | cc/transferable_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698