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

Unified Diff: ui/gfx/gtk_preserve_window.h

Issue 7569005: Rename UI_API to UI_EXPORT. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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
« no previous file with comments | « ui/gfx/gtk_native_view_id_manager.h ('k') | ui/gfx/gtk_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gtk_preserve_window.h
===================================================================
--- ui/gfx/gtk_preserve_window.h (revision 95624)
+++ ui/gfx/gtk_preserve_window.h (working copy)
@@ -9,7 +9,7 @@
#include <gdk/gdk.h>
#include <gtk/gtk.h>
-#include "ui/ui_api.h"
+#include "ui/base/ui_export.h"
// GtkFixed creates an X window when realized and destroys an X window
// when unrealized. GtkPreserveWindow allows overrides this
@@ -47,7 +47,7 @@
};
GType gtk_preserve_window_get_type() G_GNUC_CONST;
-UI_API GtkWidget* gtk_preserve_window_new();
+UI_EXPORT GtkWidget* gtk_preserve_window_new();
// Whether or not we should preserve associated windows as the widget
// is realized or unrealized.
@@ -58,8 +58,8 @@
// Whether or not someone else will gdk_window_resize the GdkWindow associated
// with this widget (needed by the GPU process to synchronize resizing
// with swapped between front and back buffer).
-UI_API void gtk_preserve_window_delegate_resize(GtkPreserveWindow* widget,
- gboolean delegate);
+UI_EXPORT void gtk_preserve_window_delegate_resize(GtkPreserveWindow* widget,
+ gboolean delegate);
G_END_DECLS
« no previous file with comments | « ui/gfx/gtk_native_view_id_manager.h ('k') | ui/gfx/gtk_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698