Index: ui/views/widget/desktop_root_window_host_win.h |
diff --git a/ui/views/widget/desktop_root_window_host_win.h b/ui/views/widget/desktop_root_window_host_win.h |
index d40f4b5dc82a51d5e0b218d3dcb51b175569b94f..8133e0b02d5bbb518b4828469b3ad3f472f7956e 100644 |
--- a/ui/views/widget/desktop_root_window_host_win.h |
+++ b/ui/views/widget/desktop_root_window_host_win.h |
@@ -112,6 +112,9 @@ class VIEWS_EXPORT DesktopRootWindowHostWin |
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; |