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

Unified Diff: cc/resources/single_release_callback.h

Issue 132233041: Add gpu::MailboxHolder to hold state for a gpu::Mailbox (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ff7262fa Rebase. Created 6 years, 11 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_unittest.cc ('k') | cc/resources/single_release_callback.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/single_release_callback.h
diff --git a/cc/resources/single_release_callback.h b/cc/resources/single_release_callback.h
index fe1a3ba92b441183c6b0f8d447290dac5ab94a3c..6f64df629e73bee3758e0e00a281ffbca3a1b641 100644
--- a/cc/resources/single_release_callback.h
+++ b/cc/resources/single_release_callback.h
@@ -19,7 +19,7 @@ class CC_EXPORT SingleReleaseCallback {
~SingleReleaseCallback();
- void Run(unsigned sync_point, bool is_lost);
+ void Run(uint32 sync_point, bool is_lost);
private:
explicit SingleReleaseCallback(const ReleaseCallback& callback);
« no previous file with comments | « cc/resources/resource_provider_unittest.cc ('k') | cc/resources/single_release_callback.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698