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

Side by Side Diff: chrome/browser/ui/libgtk2ui/gtk2_ui.h

Issue 2064053002: Move ui/events/linux/* to ui/base/ime/linux/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor7_correct_text_edit_command_aura_typo
Patch Set: Rebase. Created 4 years, 6 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_LIBGTK2UI_GTK2_UI_H_ 5 #ifndef CHROME_BROWSER_UI_LIBGTK2UI_GTK2_UI_H_
6 #define CHROME_BROWSER_UI_LIBGTK2UI_GTK2_UI_H_ 6 #define CHROME_BROWSER_UI_LIBGTK2UI_GTK2_UI_H_
7 7
8 #include <map> 8 #include <map>
9 #include <memory> 9 #include <memory>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/compiler_specific.h" 12 #include "base/compiler_specific.h"
13 #include "base/macros.h" 13 #include "base/macros.h"
14 #include "base/observer_list.h" 14 #include "base/observer_list.h"
15 #include "chrome/browser/ui/libgtk2ui/gtk2_signal.h" 15 #include "chrome/browser/ui/libgtk2ui/gtk2_signal.h"
16 #include "chrome/browser/ui/libgtk2ui/libgtk2ui_export.h" 16 #include "chrome/browser/ui/libgtk2ui/libgtk2ui_export.h"
17 #include "ui/events/linux/text_edit_key_bindings_delegate_auralinux.h" 17 #include "ui/base/ime/linux/text_edit_key_bindings_delegate_auralinux.h"
18 #include "ui/gfx/color_utils.h" 18 #include "ui/gfx/color_utils.h"
19 #include "ui/views/linux_ui/linux_ui.h" 19 #include "ui/views/linux_ui/linux_ui.h"
20 #include "ui/views/window/frame_buttons.h" 20 #include "ui/views/window/frame_buttons.h"
21 21
22 typedef struct _GtkBorder GtkBorder; 22 typedef struct _GtkBorder GtkBorder;
23 typedef struct _GtkStyle GtkStyle; 23 typedef struct _GtkStyle GtkStyle;
24 typedef struct _GtkWidget GtkWidget; 24 typedef struct _GtkWidget GtkWidget;
25 25
26 class SkBitmap; 26 class SkBitmap;
27 27
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 } // namespace libgtk2ui 247 } // namespace libgtk2ui
248 248
249 // Access point to the GTK2 desktop system. This should be the only symbol that 249 // Access point to the GTK2 desktop system. This should be the only symbol that
250 // is exported in the library; everything else should be used through the 250 // is exported in the library; everything else should be used through the
251 // interface, because eventually this .so will be loaded through dlopen at 251 // interface, because eventually this .so will be loaded through dlopen at
252 // runtime so our main binary can conditionally load GTK2 or GTK3 or EFL or 252 // runtime so our main binary can conditionally load GTK2 or GTK3 or EFL or
253 // QT or whatever. 253 // QT or whatever.
254 LIBGTK2UI_EXPORT views::LinuxUI* BuildGtk2UI(); 254 LIBGTK2UI_EXPORT views::LinuxUI* BuildGtk2UI();
255 255
256 #endif // CHROME_BROWSER_UI_LIBGTK2UI_GTK2_UI_H_ 256 #endif // CHROME_BROWSER_UI_LIBGTK2UI_GTK2_UI_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.h ('k') | content/browser/renderer_host/render_widget_host_view_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698