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

Unified Diff: ui/platform_window/platform_window_delegate.h

Issue 405813002: win32: Add a PlatformWindow implementation for Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix-move-resize Created 6 years, 5 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/platform_window/platform_window.h ('k') | ui/platform_window/win/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/platform_window/platform_window_delegate.h
diff --git a/ui/platform_window/platform_window_delegate.h b/ui/platform_window/platform_window_delegate.h
index bf5d0a139edc787077ee3ff288ab0da09577ca1e..62772bd2cbc554fd5b2f556fef0b47ca67b3e3d0 100644
--- a/ui/platform_window/platform_window_delegate.h
+++ b/ui/platform_window/platform_window_delegate.h
@@ -6,7 +6,6 @@
#define UI_PLATFORM_WINDOW_PLATFORM_WINDOW_DELEGATE_H_
#include "ui/gfx/native_widget_types.h"
-#include "ui/platform_window/platform_window_export.h"
namespace gfx {
class Rect;
@@ -24,7 +23,7 @@ enum PlatformWindowState {
PLATFORM_WINDOW_STATE_FULLSCREEN,
};
-class PLATFORM_WINDOW_EXPORT PlatformWindowDelegate {
+class PlatformWindowDelegate {
public:
virtual ~PlatformWindowDelegate() {}
« no previous file with comments | « ui/platform_window/platform_window.h ('k') | ui/platform_window/win/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698