| Index: ui/aura/root_window_host_x11.h
|
| diff --git a/ui/aura/root_window_host_x11.h b/ui/aura/root_window_host_x11.h
|
| index b3b278854f66b98ab4765f9e21255153a3651a4b..c38002dda07f24e2d6fcc0377c813c10b9727f2c 100644
|
| --- a/ui/aura/root_window_host_x11.h
|
| +++ b/ui/aura/root_window_host_x11.h
|
| @@ -96,10 +96,6 @@ class RootWindowHostX11 : public RootWindowHost,
|
| // dispatches the event to RootWindowHostDelegate.
|
| void TranslateAndDispatchMouseEvent(ui::MouseEvent* event);
|
|
|
| - // Copies and returns |snapshot_bounds| from |xwindow_|. Helper method for
|
| - // CopyAreaToSkCanvas() and GrabSnapshot().
|
| - scoped_ptr<ui::XScopedImage> GetXImage(const gfx::Rect& snapshot_bounds);
|
| -
|
| // Update is_internal_display_ based on delegate_ state
|
| void UpdateIsInternalDisplay();
|
|
|
|
|