| Index: chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc b/chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc
|
| index 761228984df8a92ea3b2c989fb1da84400d87d3b..97641db8d11f1c5eb0cd128797dd2fa51bdb3182 100644
|
| --- a/chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc
|
| @@ -34,6 +34,7 @@
|
| #include "ui/base/animation/animation_delegate.h"
|
| #include "ui/base/animation/slide_animation.h"
|
| #include "ui/base/dragdrop/gtk_dnd_util.h"
|
| +#include "ui/base/gtk/gtk_screen_utils.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/gfx/gtk_util.h"
|
| #include "ui/gfx/image/image.h"
|
| @@ -1804,7 +1805,7 @@ TabStripGtk::DropInfo::~DropInfo() {
|
|
|
| gboolean TabStripGtk::DropInfo::OnExposeEvent(GtkWidget* widget,
|
| GdkEventExpose* event) {
|
| - if (gtk_util::IsScreenComposited()) {
|
| + if (ui::IsScreenComposited()) {
|
| SetContainerTransparency();
|
| } else {
|
| SetContainerShapeMask();
|
|
|