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

Unified Diff: ui/base/gtk/gtk_screen_util.h

Issue 93863005: ui: Rename ui_export.h to ui_base_export.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: UI_BASE_IMPLEMENTATION Created 6 years, 11 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/base/gtk/gtk_floating_container.h ('k') | ui/base/gtk/gtk_signal_registrar.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/gtk/gtk_screen_util.h
diff --git a/ui/base/gtk/gtk_screen_util.h b/ui/base/gtk/gtk_screen_util.h
index b916cf238afd24cfea6e7c2fbdcfc7193a0ce1a3..c3a7f2c4ab9afe6cb33b900da20ad1f9ab6b0203 100644
--- a/ui/base/gtk/gtk_screen_util.h
+++ b/ui/base/gtk/gtk_screen_util.h
@@ -7,7 +7,7 @@
#include <gtk/gtk.h>
-#include "ui/base/ui_export.h"
+#include "ui/base/ui_base_export.h"
#include "ui/gfx/point.h"
#include "ui/gfx/rect.h"
#include "ui/gfx/vector2d.h"
@@ -15,19 +15,19 @@
namespace ui {
// Returns true if the screen is composited, false otherwise.
-UI_EXPORT bool IsScreenComposited();
+UI_BASE_EXPORT bool IsScreenComposited();
// Get the current location of the mouse cursor relative to the screen.
-UI_EXPORT gfx::Point ScreenPoint(GtkWidget* widget);
+UI_BASE_EXPORT gfx::Point ScreenPoint(GtkWidget* widget);
// Get the current location of the mouse cursor relative to the widget.
-UI_EXPORT gfx::Point ClientPoint(GtkWidget* widget);
+UI_BASE_EXPORT gfx::Point ClientPoint(GtkWidget* widget);
// Gets the offset of a gtk widget from the origin in screen coordinates.
-UI_EXPORT gfx::Vector2d GetWidgetScreenOffset(GtkWidget* widget);
+UI_BASE_EXPORT gfx::Vector2d GetWidgetScreenOffset(GtkWidget* widget);
// Returns the bounds of the specified widget in screen coordinates.
-UI_EXPORT gfx::Rect GetWidgetScreenBounds(GtkWidget* widget);
+UI_BASE_EXPORT gfx::Rect GetWidgetScreenBounds(GtkWidget* widget);
} // namespace ui
« no previous file with comments | « ui/base/gtk/gtk_floating_container.h ('k') | ui/base/gtk/gtk_signal_registrar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698