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