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

Unified Diff: ui/aura/window_delegate.h

Issue 8205018: Gets component build to work with aura. As part of this I needed to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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/aura/window_delegate.h
diff --git a/ui/aura/window_delegate.h b/ui/aura/window_delegate.h
index 03d562bd7e3521d4ebf229a6bc170e3879941829..3e81515b1950ffc9b60268b10ba9cb47fd7856db 100644
--- a/ui/aura/window_delegate.h
+++ b/ui/aura/window_delegate.h
@@ -6,6 +6,7 @@
#define UI_AURA_WINDOW_DELEGATE_H_
#pragma once
+#include "ui/aura/aura_export.h"
#include "ui/gfx/native_widget_types.h"
namespace gfx {
@@ -20,7 +21,7 @@ class KeyEvent;
class MouseEvent;
// Delegate interface for aura::Window.
-class WindowDelegate {
+class AURA_EXPORT WindowDelegate {
public:
// Called when the Window's position and/or size changes.
virtual void OnBoundsChanged(const gfx::Rect& old_bounds,
« no previous file with comments | « ui/aura/screen_aura.cc ('k') | ui/aura_shell/aura_shell.gyp » ('j') | ui/gfx/screen.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698