Index: ui/aura/root_window_host_win.cc |
diff --git a/ui/aura/root_window_host_win.cc b/ui/aura/root_window_host_win.cc |
index 79060c0ecd49af39df5412b180193701a99fd0d8..58421bd5b9d68f73f250475ba0eabcdec348da76 100644 |
--- a/ui/aura/root_window_host_win.cc |
+++ b/ui/aura/root_window_host_win.cc |
@@ -267,6 +267,13 @@ bool RootWindowHostWin::ConfineCursorToRootWindow() { |
return ClipCursor(&window_rect) != 0; |
} |
+bool RootWindowHostWin::GrabSnapshot( |
+ std::vector<unsigned char>* png_representation, |
+ const gfx::Rect& snapshot_bounds) { |
+ NOTIMPLEMENTED(); |
+ return false; |
+} |
+ |
void RootWindowHostWin::UnConfineCursor() { |
ClipCursor(NULL); |
} |