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

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

Issue 15689003: Part 3/3 (RWH/IOSurface) of adding with device scale factor to transport surfaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missed lines 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_process_host_impl.h
diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
index 773ebc571792c40d6fdc909710c055e569ec4c4e..dff4959945281cd709f4a3fa39d3c055dd6f02f1 100644
--- a/content/browser/renderer_host/render_process_host_impl.h
+++ b/content/browser/renderer_host/render_process_host_impl.h
@@ -20,6 +20,7 @@
#include "ui/surface/transport_dib.h"
class CommandLine;
+struct ViewHostMsg_CompositorSurfaceBuffersSwapped_Params;
namespace base {
class MessageLoop;
@@ -215,11 +216,8 @@ class CONTENT_EXPORT RenderProcessHostImpl
void OnSavedPageAsMHTML(int job_id, int64 mhtml_file_size);
// CompositorSurfaceBuffersSwapped handler when there's no RWH.
- void OnCompositorSurfaceBuffersSwappedNoHost(int32 surface_id,
- uint64 surface_handle,
- int32 route_id,
- const gfx::Size& size,
- int32 gpu_process_host_id);
+ void OnCompositorSurfaceBuffersSwappedNoHost(
+ const ViewHostMsg_CompositorSurfaceBuffersSwapped_Params& params);
// Generates a command line to be used to spawn a renderer and appends the
// results to |*command_line|.

Powered by Google App Engine
This is Rietveld 408576698