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

Unified Diff: views/widget/tooltip_manager_gtk.h

Issue 1708015: Use customized RGBA-enabled tooltip window for tooltip on ChroemOS (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: fix the nit Created 10 years, 8 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
« no previous file with comments | « views/views.gyp ('k') | views/widget/tooltip_manager_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/widget/tooltip_manager_gtk.h
diff --git a/views/widget/tooltip_manager_gtk.h b/views/widget/tooltip_manager_gtk.h
index ca690aba9eec09d1a2acf680ec5afc67e5cee518..d9393432f1fd95e4bfb16356786b7dcf78291063 100644
--- a/views/widget/tooltip_manager_gtk.h
+++ b/views/widget/tooltip_manager_gtk.h
@@ -5,10 +5,11 @@
#ifndef VIEWS_WIDGET_TOOLTIP_MANAGER_GTK_H_
#define VIEWS_WIDGET_TOOLTIP_MANAGER_GTK_H_
-#include "views/widget/tooltip_manager.h"
-
#include <gtk/gtk.h>
+#include "views/widget/tooltip_manager.h"
+#include "views/widget/tooltip_window_gtk.h"
+
namespace views {
class WidgetGtk;
@@ -40,6 +41,9 @@ class TooltipManagerGtk : public TooltipManager {
// The view supplied to the last invocation of ShowKeyboardTooltip.
View* keyboard_view_;
+ // Custimized tooltip window.
+ TooltipWindowGtk tooltip_window_;
+
DISALLOW_COPY_AND_ASSIGN(TooltipManagerGtk);
};
« no previous file with comments | « views/views.gyp ('k') | views/widget/tooltip_manager_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698