summaryrefslogtreecommitdiff
path: root/chromium/ui/aura/root_window_host_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/aura/root_window_host_win.cc')
-rw-r--r--chromium/ui/aura/root_window_host_win.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/chromium/ui/aura/root_window_host_win.cc b/chromium/ui/aura/root_window_host_win.cc
index 723de57fe0a..5c67b776d07 100644
--- a/chromium/ui/aura/root_window_host_win.cc
+++ b/chromium/ui/aura/root_window_host_win.cc
@@ -210,6 +210,13 @@ bool RootWindowHostWin::ConfineCursorToRootWindow() {
return ClipCursor(&window_rect) != 0;
}
+bool RootWindowHostWin::CopyAreaToSkCanvas(const gfx::Rect& source_bounds,
+ const gfx::Point& dest_offset,
+ SkCanvas* canvas) {
+ NOTIMPLEMENTED();
+ return false;
+}
+
void RootWindowHostWin::UnConfineCursor() {
ClipCursor(NULL);
}