Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(624)

Unified Diff: chrome/browser/ui/gtk/theme_install_bubble_view_gtk.cc

Issue 8196001: content: Split web_drag_dest_gtk.cc into chrome/ and content/ parts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix viewgtk compile Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/gtk/theme_install_bubble_view_gtk.cc
diff --git a/chrome/browser/ui/gtk/theme_install_bubble_view_gtk.cc b/chrome/browser/ui/gtk/theme_install_bubble_view_gtk.cc
index b3df29adb225debad8a12316641c8de26c58fdc5..168c224379cf29df7e8558cb64befdaf8097f3e5 100644
--- a/chrome/browser/ui/gtk/theme_install_bubble_view_gtk.cc
+++ b/chrome/browser/ui/gtk/theme_install_bubble_view_gtk.cc
@@ -12,6 +12,7 @@
#include "content/common/notification_service.h"
#include "grit/generated_resources.h"
#include "ui/base/gtk/gtk_hig_constants.h"
+#include "ui/base/gtk/gtk_screen_utils.h"
#include "ui/base/l10n/l10n_util.h"
// Roundedness of bubble.
@@ -106,7 +107,7 @@ void ThemeInstallBubbleViewGtk::InitWidgets() {
gtk_widget_show_all(label);
bool composited = false;
- if (gtk_util::IsScreenComposited()) {
+ if (ui::IsScreenComposited()) {
composited = true;
GdkScreen* screen = gtk_widget_get_screen(widget_);
GdkColormap* colormap = gdk_screen_get_rgba_colormap(screen);
« no previous file with comments | « chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc ('k') | chrome/browser/ui/views/tab_contents/native_tab_contents_view_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698