| 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 7d02de645f9db056e64a5f8d27c118a46619ded7..9dfa05c5716361eaf7345d174c17f9d61fb9cba7 100644
|
| --- a/ui/aura/root_window_host_win.h
|
| +++ b/ui/aura/root_window_host_win.h
|
| @@ -33,6 +33,9 @@ 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 CopyAreaToSkCanvas(const gfx::Rect& source_bounds,
|
| + const gfx::Point& dest_offset,
|
| + SkCanvas* canvas) OVERRIDE;
|
| virtual bool GrabSnapshot(
|
| const gfx::Rect& snapshot_bounds,
|
| std::vector<unsigned char>* png_representation) OVERRIDE;
|
|
|