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

Unified Diff: content/browser/renderer_host/input/synthetic_gesture_target_aura.h

Issue 76583003: Rename RootWindowHost* to WindowTreeHost* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years 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/renderer_host/input/synthetic_gesture_target_aura.h
diff --git a/content/browser/renderer_host/input/synthetic_gesture_target_aura.h b/content/browser/renderer_host/input/synthetic_gesture_target_aura.h
index 5a4d6d252b2b51d50999a89c4ac2f9f02327ec66..a4ad005839df224bf95026e6f53a6dad0cfb5322 100644
--- a/content/browser/renderer_host/input/synthetic_gesture_target_aura.h
+++ b/content/browser/renderer_host/input/synthetic_gesture_target_aura.h
@@ -10,8 +10,8 @@
#include "content/common/input/synthetic_gesture_params.h"
namespace aura {
-class RootWindowHostDelegate;
class Window;
+class WindowTreeHostDelegate;
namespace client {
class ScreenPositionClient;
@@ -49,7 +49,7 @@ class SyntheticGestureTargetAura : public SyntheticGestureTargetBase {
private:
aura::Window* GetWindow() const;
- aura::RootWindowHostDelegate* GetRootWindowHostDelegate() const;
+ aura::WindowTreeHostDelegate* GetRootWindowHostDelegate() const;
aura::client::ScreenPositionClient* GetScreenPositionClient() const;
DISALLOW_COPY_AND_ASSIGN(SyntheticGestureTargetAura);

Powered by Google App Engine
This is Rietveld 408576698