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

Unified Diff: trunk/src/content/shell/browser/shell_aura.cc

Issue 77203002: Revert 236048 "Rename RootWindowHost* to WindowTreeHost*" (Closed) Base URL: svn://svn.chromium.org/chrome/
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
Index: trunk/src/content/shell/browser/shell_aura.cc
===================================================================
--- trunk/src/content/shell/browser/shell_aura.cc (revision 236091)
+++ trunk/src/content/shell/browser/shell_aura.cc (working copy)
@@ -101,7 +101,7 @@
virtual bool DispatchKeyEventPostIME(
const base::NativeEvent& event) OVERRIDE {
ui::TranslatedKeyEvent aura_event(event, false /* is_char */);
- return root_->AsWindowTreeHostDelegate()->OnHostKeyEvent(
+ return root_->AsRootWindowHostDelegate()->OnHostKeyEvent(
&aura_event);
}
@@ -110,7 +110,7 @@
int flags) OVERRIDE {
ui::TranslatedKeyEvent aura_event(type == ui::ET_KEY_PRESSED, key_code,
flags);
- return root_->AsWindowTreeHostDelegate()->OnHostKeyEvent(
+ return root_->AsRootWindowHostDelegate()->OnHostKeyEvent(
&aura_event);
}
« no previous file with comments | « trunk/src/content/browser/web_contents/web_contents_view_aura_browsertest.cc ('k') | trunk/src/ui/aura/env.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698