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

Unified Diff: ui/base/ozone/surface_factory_ozone.h

Issue 16466003: Event handling support for ozone. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase-ed for removal of DRT Created 7 years, 6 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/ozone/key_event_converter_ozone.cc ('k') | ui/base/ozone/touch_event_converter_ozone.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ozone/surface_factory_ozone.h
diff --git a/ui/base/ozone/surface_factory_ozone.h b/ui/base/ozone/surface_factory_ozone.h
index c9c33514b5c47a32351de0ec9bef43e434023b8f..bd22d35b1a5ed7c24024dd634981a6ccf684e29d 100644
--- a/ui/base/ozone/surface_factory_ozone.h
+++ b/ui/base/ozone/surface_factory_ozone.h
@@ -5,7 +5,8 @@
#ifndef UI_BASE_OZONE_SURFACE_LNUX_FACTORY_OZONE_H_
#define UI_BASE_OZONE_SURFACE_LNUX_FACTORY_OZONE_H_
-#include "ui/gfx/native_widget_types.h"
+#include "ui/base/ui_export.h"
+#include "ui/gfx/native_widget_types.h"
namespace gfx {
class VSyncProvider;
@@ -19,14 +20,14 @@ class SurfaceFactoryOzone {
virtual ~SurfaceFactoryOzone();
// Returns the instance
- static SurfaceFactoryOzone* GetInstance();
+ UI_EXPORT static SurfaceFactoryOzone* GetInstance();
// Returns a display spec as in |CreateDisplayFromSpec| for the default
// native surface.
virtual const char* DefaultDisplaySpec();
// Sets the implementation delegate.
- static void SetInstance(SurfaceFactoryOzone* impl);
+ UI_EXPORT static void SetInstance(SurfaceFactoryOzone* impl);
// TODO(rjkroege): Add a status code if necessary.
// Configures the display hardware. Must be called from within the GPU
« no previous file with comments | « ui/base/ozone/key_event_converter_ozone.cc ('k') | ui/base/ozone/touch_event_converter_ozone.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698