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

Unified Diff: content/browser/renderer_host/render_widget_helper.h

Issue 16085007: Use an explicitly-sized int type across the IPC boundary. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
Index: content/browser/renderer_host/render_widget_helper.h
diff --git a/content/browser/renderer_host/render_widget_helper.h b/content/browser/renderer_host/render_widget_helper.h
index 733130af2a112b499a42c53868d3b63233f99c67..e30a885e5d29175070261563b98de101fc8c3932 100644
--- a/content/browser/renderer_host/render_widget_helper.h
+++ b/content/browser/renderer_host/render_widget_helper.h
@@ -162,7 +162,7 @@ class RenderWidgetHelper
// browser, and it is the caller's repsonsibility to call
// FreeTransportDIB(). In all cases, the caller is responsible for deleting
// the resulting TransportDIB.
- void AllocTransportDIB(size_t size,
+ void AllocTransportDIB(uint32_t size,
bool cache_in_browser,
TransportDIB::Handle* result);

Powered by Google App Engine
This is Rietveld 408576698