| Index: ui/aura/root_window_host_ozone.cc
|
| diff --git a/ui/aura/root_window_host_ozone.cc b/ui/aura/root_window_host_ozone.cc
|
| index b822a845df165592d07c8dfbb592736db6697668..2e046bc61ed5a0c3b4f9cbecc14767555670a94d 100644
|
| --- a/ui/aura/root_window_host_ozone.cc
|
| +++ b/ui/aura/root_window_host_ozone.cc
|
| @@ -105,13 +105,6 @@ bool RootWindowHostOzone::CopyAreaToSkCanvas(const gfx::Rect& source_bounds,
|
| return false;
|
| }
|
|
|
| -bool RootWindowHostOzone::GrabSnapshot(
|
| - const gfx::Rect& snapshot_bounds,
|
| - std::vector<unsigned char>* png_representation) {
|
| - NOTIMPLEMENTED();
|
| - return false;
|
| -}
|
| -
|
| void RootWindowHostOzone::PostNativeEvent(
|
| const base::NativeEvent& native_event) {
|
| NOTIMPLEMENTED();
|
|
|