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

Unified Diff: content/common/gpu/gpu_command_buffer_stub.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
« no previous file with comments | « content/common/gpu/gpu_channel_manager.cc ('k') | content/common/gpu/gpu_command_buffer_stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/gpu_command_buffer_stub.h
===================================================================
--- content/common/gpu/gpu_command_buffer_stub.h (revision 83213)
+++ content/common/gpu/gpu_command_buffer_stub.h (working copy)
@@ -68,6 +68,8 @@
void OnCompositorWindowPainted();
#endif // defined(OS_WIN)
+ void ViewResized();
+
#if defined(OS_MACOSX)
// Called only by the GpuChannel.
void AcceleratedSurfaceBuffersSwapped(uint64 swap_buffers_count);
@@ -101,10 +103,6 @@
void SwapBuffersCallback();
#endif // defined(OS_MACOSX)
-#if defined(OS_WIN)
- bool CreateCompositorWindow();
-#endif // defined(OS_WIN)
-
void ResizeCallback(gfx::Size size);
// The lifetime of objects of this class is managed by a GpuChannel. The
@@ -121,10 +119,6 @@
uint32 parent_texture_id_;
int32 route_id_;
-#if defined(OS_WIN)
- HWND compositor_window_;
-#endif // defined(OS_WIN)
-
// The following two fields are used on Mac OS X to identify the window
// for the rendering results on the browser side.
int32 renderer_id_;
« no previous file with comments | « content/common/gpu/gpu_channel_manager.cc ('k') | content/common/gpu/gpu_command_buffer_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698