summaryrefslogtreecommitdiff
path: root/chromium/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc')
-rw-r--r--chromium/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/chromium/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc b/chromium/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc
index 6b0de6a4628..159ffc1080e 100644
--- a/chromium/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc
+++ b/chromium/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc
@@ -506,6 +506,14 @@ void DesktopRootWindowHostWin::MoveCursorTo(const gfx::Point& location) {
void DesktopRootWindowHostWin::SetFocusWhenShown(bool focus_when_shown) {
}
+bool DesktopRootWindowHostWin::CopyAreaToSkCanvas(
+ const gfx::Rect& source_bounds,
+ const gfx::Point& dest_offset,
+ SkCanvas* canvas) {
+ NOTIMPLEMENTED();
+ return false;
+}
+
void DesktopRootWindowHostWin::PostNativeEvent(
const base::NativeEvent& native_event) {
}