| Index: ui/aura/root_window_host_win.h
|
| diff --git a/ui/aura/root_window_host_win.h b/ui/aura/root_window_host_win.h
|
| index 0de2ea9a2c5d1f56f77ad44bbea40506fe0ccfb9..0d39cdbc7c5c003730daa16cd6ed0105dfa516df 100644
|
| --- a/ui/aura/root_window_host_win.h
|
| +++ b/ui/aura/root_window_host_win.h
|
| @@ -39,6 +39,8 @@ class RootWindowHostWin : public RootWindowHost, public ui::WindowImpl {
|
| virtual void UnConfineCursor() OVERRIDE;
|
| virtual void MoveCursorTo(const gfx::Point& location) OVERRIDE;
|
| virtual void SetFocusWhenShown(bool focus_when_shown) OVERRIDE;
|
| + virtual bool GrabSnapshot(std::vector<unsigned char>* png_representation,
|
| + const gfx::Rect& snapshot_bounds) OVERRIDE;
|
| virtual void PostNativeEvent(const base::NativeEvent& native_event) OVERRIDE;
|
|
|
| private:
|
|
|