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

Unified Diff: chrome/browser/ui/libgtk2ui/gtk2_status_icon.cc

Issue 1234223005: Initial gtk3 support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gtk3 frame fixes Created 5 years, 4 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/libgtk2ui/gtk2_status_icon.cc
diff --git a/chrome/browser/ui/libgtk2ui/gtk2_status_icon.cc b/chrome/browser/ui/libgtk2ui/gtk2_status_icon.cc
index be66aa6a7aa51a69066aec5e873cba5d3d73efe0..ef1a680547caf77a9b4dad7a1cadbc2a06d08f3c 100644
--- a/chrome/browser/ui/libgtk2ui/gtk2_status_icon.cc
+++ b/chrome/browser/ui/libgtk2ui/gtk2_status_icon.cc
@@ -12,6 +12,8 @@
#include "ui/base/models/menu_model.h"
#include "ui/gfx/image/image_skia.h"
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+
namespace libgtk2ui {
Gtk2StatusIcon::Gtk2StatusIcon(const gfx::ImageSkia& image,

Powered by Google App Engine
This is Rietveld 408576698