| Index: ui/views/widget/desktop_root_window_host_linux.h
|
| diff --git a/ui/views/widget/desktop_root_window_host_linux.h b/ui/views/widget/desktop_root_window_host_linux.h
|
| index a20cd46a139ca529d0c46ea235a4e5ec3bc2cb8c..b8f6fe9e5aec7e7ac6e403b406c2db76f8a9b664 100644
|
| --- a/ui/views/widget/desktop_root_window_host_linux.h
|
| +++ b/ui/views/widget/desktop_root_window_host_linux.h
|
| @@ -161,6 +161,9 @@ class VIEWS_EXPORT DesktopRootWindowHostLinux
|
| 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;
|
|
|