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

Unified Diff: ui/gfx/display_observer.h

Issue 23498059: Remove last dependencies on ui/base from ui/gfx (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: last rebase 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
« no previous file with comments | « ui/gfx/display.h ('k') | ui/gfx/favicon_size.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/display_observer.h
diff --git a/ui/gfx/display_observer.h b/ui/gfx/display_observer.h
index 1e7cd8cb899303c2a31fecee21dc8275cd91cb15..ca97247f9ede0a165208aa69810b65f1870c710d 100644
--- a/ui/gfx/display_observer.h
+++ b/ui/gfx/display_observer.h
@@ -13,7 +13,7 @@ class Display;
// Observers for display configuration changes.
// TODO(oshima): consolidate |WorkAreaWatcherObserver| and
// |DisplaySettingsProvier|. crbug.com/122863.
-class UI_EXPORT DisplayObserver {
+class GFX_EXPORT DisplayObserver {
public:
// Called when the |display|'s bound has changed.
virtual void OnDisplayBoundsChanged(const Display& display) = 0;
« no previous file with comments | « ui/gfx/display.h ('k') | ui/gfx/favicon_size.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698