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

Unified Diff: cc/transferable_resource.cc

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/transferable_resource.h ('k') | ui/gfx/transform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/transferable_resource.cc
diff --git a/cc/transferable_resource.cc b/cc/transferable_resource.cc
index 7fd8beaad061ec693bc27fb622221431fb9bc81f..39eba20cda368c00c40f93d62df1275cd98cbf66 100644
--- a/cc/transferable_resource.cc
+++ b/cc/transferable_resource.cc
@@ -25,8 +25,9 @@ void Mailbox::setName(const GLbyte* n) {
}
TransferableResource::TransferableResource()
- : id(0),
- format(0) {
+ : id(0)
+ , format(0)
+ , filter(0) {
}
TransferableResource::~TransferableResource() {
« no previous file with comments | « cc/transferable_resource.h ('k') | ui/gfx/transform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698