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

Unified Diff: content/common/gpu/child_window_surface_win.cc

Issue 1730023004: Revert of Decouple browser-specific GPU IPC messages from GPU service IPCs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/buffer_presented_params_mac.cc ('k') | content/common/gpu/establish_channel_params.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/child_window_surface_win.cc
diff --git a/content/common/gpu/child_window_surface_win.cc b/content/common/gpu/child_window_surface_win.cc
index 45649724bc08cfc56977b93e42be09f82e0b6792..f51115c25f365b5e817ed93f2d293a7fae3425de 100644
--- a/content/common/gpu/child_window_surface_win.cc
+++ b/content/common/gpu/child_window_surface_win.cc
@@ -8,7 +8,6 @@
#include "base/win/scoped_hdc.h"
#include "base/win/wrapped_window_proc.h"
#include "content/common/gpu/gpu_channel_manager.h"
-#include "content/common/gpu/gpu_channel_manager_delegate.h"
#include "content/common/gpu/gpu_messages.h"
#include "ui/base/win/hidden_window.h"
#include "ui/gfx/native_widget_types.h"
@@ -126,8 +125,8 @@
windowRect.right - windowRect.left, windowRect.bottom - windowRect.top,
ui::GetHiddenWindow(), NULL, NULL, NULL);
gfx::SetWindowUserData(window_, this);
- manager_->delegate()->SendAcceleratedSurfaceCreatedChildWindow(parent_window_,
- window_);
+ manager_->Send(new GpuHostMsg_AcceleratedSurfaceCreatedChildWindow(
+ parent_window_, window_));
return true;
}
« no previous file with comments | « content/common/gpu/buffer_presented_params_mac.cc ('k') | content/common/gpu/establish_channel_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698