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

Unified Diff: cc/transferable_resource.cc

Issue 11638028: Mailbox support for texture layers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Feedback, callback runs on main. Created 7 years, 12 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
« cc/texture_layer_impl.cc ('K') | « cc/transferable_resource.h ('k') | no next file » | 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 9d5eeb460aa4b9b3cc880c37c7e9d2b3318e541c..afc96533531642111735fd17f0d9857407c725eb 100644
--- a/cc/transferable_resource.cc
+++ b/cc/transferable_resource.cc
@@ -11,6 +11,9 @@ Mailbox::Mailbox() {
memset(name, 0, sizeof(name));
}
+Mailbox::~Mailbox() {
+}
+
bool Mailbox::isZero() const {
for (int i = 0; i < arraysize(name); ++i) {
if (name[i])
« cc/texture_layer_impl.cc ('K') | « cc/transferable_resource.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698