| Index: ui/aura/root_window.h
|
| diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
|
| index 869802d78edc7035c4ec4480e48c95d9216cf73b..d8b5a73dc639c59984601ecf9b196fe49ac4670e 100644
|
| --- a/ui/aura/root_window.h
|
| +++ b/ui/aura/root_window.h
|
| @@ -251,6 +251,9 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate,
|
| virtual const RootWindow* GetRootWindow() const OVERRIDE;
|
| virtual void SetTransform(const ui::Transform& transform) OVERRIDE;
|
|
|
| + // Overridden from ui::EventTarget:
|
| + virtual ui::EventTarget* GetParentTarget() OVERRIDE;
|
| +
|
| // Overridden from ui::CompositorDelegate:
|
| virtual void ScheduleDraw() OVERRIDE;
|
|
|
|
|