| Index: chrome/browser/ui/gtk/extensions/native_app_window_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/extensions/native_app_window_gtk.cc b/chrome/browser/ui/gtk/extensions/native_app_window_gtk.cc
|
| index b715652fcdd432ab2ba3143b1bec22d1d838b3bf..f075b91fb0ffb885df551a1be2e2f3e12688cb18 100644
|
| --- a/chrome/browser/ui/gtk/extensions/native_app_window_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/extensions/native_app_window_gtk.cc
|
| @@ -293,6 +293,11 @@ gfx::Insets NativeAppWindowGtk::GetFrameInsets() const {
|
| rect_with_decorations.width - current_width - left_inset);
|
| }
|
|
|
| +gfx::Rect NativeAppWindowGtk::GetScreenBounds() const {
|
| + // TODO(zhchbin): Implement for the linux platform.
|
| + return gfx::Rect();
|
| +}
|
| +
|
| gfx::NativeView NativeAppWindowGtk::GetHostView() const {
|
| NOTIMPLEMENTED();
|
| return NULL;
|
|
|