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

Unified Diff: ui/aura/remote_root_window_host_win.cc

Issue 64363004: Get Windows 8 ASH to work again. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/remote_root_window_host_win.cc
===================================================================
--- ui/aura/remote_root_window_host_win.cc (revision 236034)
+++ ui/aura/remote_root_window_host_win.cc (working copy)
@@ -136,7 +136,6 @@
ignore_mouse_moves_until_set_cursor_ack_(false),
event_flags_(0) {
prop_.reset(new ui::ViewProp(NULL, kRootWindowHostWinKey, this));
- CreateCompositor(GetAcceleratedWidget());
}
RemoteRootWindowHostWin::~RemoteRootWindowHostWin() {
@@ -147,6 +146,7 @@
CHECK(host_ == NULL);
host_ = host;
remote_window_ = remote_window;
+ CreateCompositor(remote_window_);
}
void RemoteRootWindowHostWin::Disconnected() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698