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

Unified Diff: ui/gfx/screen.h

Issue 23498059: Remove last dependencies on ui/base from ui/gfx (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix DEPS file Created 7 years, 3 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: ui/gfx/screen.h
diff --git a/ui/gfx/screen.h b/ui/gfx/screen.h
index a181cc8d256ce5b6a8e5abdd362cf664afa8bca4..1d36d1b51cbefb9bff481219a7bddb6596b6875c 100644
--- a/ui/gfx/screen.h
+++ b/ui/gfx/screen.h
@@ -25,7 +25,7 @@ class Rect;
// computer -- see the Display class for that. A single Screen object exists on
// most operating systems regardless of the number of connected displays. On
// Windows 8, two Screens exist: one for Metro UI and another for the desktop.
-class UI_EXPORT Screen {
+class GFX_EXPORT Screen {
public:
// Retrieves the Screen that the specified NativeView belongs to. A value of
// NULL is treated as |SCREEN_TYPE_NATIVE|.

Powered by Google App Engine
This is Rietveld 408576698