Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(482)

Unified Diff: ui/views/widget/desktop_root_window_host_win.cc

Issue 11273059: ash: Clean up system background layer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update window id Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/views/widget/desktop_root_window_host_win.cc
diff --git a/ui/views/widget/desktop_root_window_host_win.cc b/ui/views/widget/desktop_root_window_host_win.cc
index 4cdaa679c2cb1438ac777dca8fce4c4785b6e347..4df767ccb5ee699972418da23155f5ebcbed28d8 100644
--- a/ui/views/widget/desktop_root_window_host_win.cc
+++ b/ui/views/widget/desktop_root_window_host_win.cc
@@ -402,9 +402,18 @@ void DesktopRootWindowHostWin::MoveCursorTo(const gfx::Point& location) {
void DesktopRootWindowHostWin::SetFocusWhenShown(bool focus_when_shown) {
}
+bool DesktopRootWindowHostLinux::CopyAreaToSkCanvas(
+ const gfx::Rect& source_bounds,
+ const gfx::Point& dest_offset,
+ SkCanvas* canvas) {
+ NOTIMPLEMENTED();
+ return false;
+}
+
bool DesktopRootWindowHostWin::GrabSnapshot(
const gfx::Rect& snapshot_bounds,
std::vector<unsigned char>* png_representation) {
+ NOTIMPLEMENTED();
return false;
}
« ui/aura/root_window_host_linux.cc ('K') | « ui/views/widget/desktop_root_window_host_win.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698