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

Unified Diff: gpu/command_buffer/common/mailbox.h

Issue 15001027: [Aura] Added Support for rendering software compositor frames as cc::TextureLayers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Passed(&foo) instead for Passed(foo.Pass()). Created 7 years, 6 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 | « content/renderer/gpu/compositor_software_output_device.cc ('k') | gpu/command_buffer/common/mailbox.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/common/mailbox.h
diff --git a/gpu/command_buffer/common/mailbox.h b/gpu/command_buffer/common/mailbox.h
index ca24a7189152a940d26225b3867e51e38fa1683a..d0e4c2c9a5773f518ef052df93387e61ced96006 100644
--- a/gpu/command_buffer/common/mailbox.h
+++ b/gpu/command_buffer/common/mailbox.h
@@ -13,6 +13,7 @@ namespace gpu {
struct GPU_EXPORT Mailbox {
Mailbox();
bool IsZero() const;
+ void SetZero();
void SetName(const int8* name);
int8 name[64];
};
« no previous file with comments | « content/renderer/gpu/compositor_software_output_device.cc ('k') | gpu/command_buffer/common/mailbox.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698