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

Unified Diff: content/browser/gpu_process_host_ui_shim.h

Issue 6880218: Removed "compositor" child window that was created by the GPU process. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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/gpu_process_host_ui_shim.h
===================================================================
--- content/browser/gpu_process_host_ui_shim.h (revision 83213)
+++ content/browser/gpu_process_host_ui_shim.h (working copy)
@@ -95,14 +95,18 @@
void OnLogMessage(int level, const std::string& header,
const std::string& message);
-#if defined(OS_LINUX)
- void OnResizeXID(unsigned long xid, gfx::Size size, IPC::Message* reply_msg);
+#if defined(OS_LINUX) && !defined(TOUCH_UI) || defined(OS_WIN)
+ void OnResizeView(int32 renderer_id,
+ int32 render_view_id,
+ int32 command_buffer_route_id,
+ gfx::Size size);
#elif defined(OS_MACOSX)
void OnAcceleratedSurfaceSetIOSurface(
const GpuHostMsg_AcceleratedSurfaceSetIOSurface_Params& params);
void OnAcceleratedSurfaceBuffersSwapped(
const GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params& params);
-#elif defined(OS_WIN)
+#endif
+#if defined(OS_WIN)
void OnScheduleComposite(int32 renderer_id, int32 render_view_id);
#endif
« no previous file with comments | « chrome/browser/renderer_host/render_widget_host_view_win.cc ('k') | content/browser/gpu_process_host_ui_shim.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698