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

Unified Diff: ui/ozone/platform/wayland/wayland_surface_factory.h

Issue 1673063002: ozone/platform/wayland: Add some tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use two WaitableEvents to prevent race, re-arrange some definitions, other minor test robustness fi… Created 4 years, 10 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/ozone/platform/wayland/wayland_surface_factory.h
diff --git a/ui/ozone/platform/wayland/wayland_surface_factory.h b/ui/ozone/platform/wayland/wayland_surface_factory.h
index 0d27a42e81f5911b0e8e01924935c9e6aed343ab..f958bcefe8bc43db75153a97ffa4e682988f29c9 100644
--- a/ui/ozone/platform/wayland/wayland_surface_factory.h
+++ b/ui/ozone/platform/wayland/wayland_surface_factory.h
@@ -5,13 +5,14 @@
#ifndef UI_OZONE_PLATFORM_WAYLAND_WAYLAND_SURFACE_FACTORY_H_
#define UI_OZONE_PLATFORM_WAYLAND_WAYLAND_SURFACE_FACTORY_H_
+#include "ui/ozone/ozone_export.h"
#include "ui/ozone/public/surface_factory_ozone.h"
namespace ui {
class WaylandDisplay;
-class WaylandSurfaceFactory : public SurfaceFactoryOzone {
+class OZONE_EXPORT WaylandSurfaceFactory : public SurfaceFactoryOzone {
public:
WaylandSurfaceFactory(WaylandDisplay* display);
~WaylandSurfaceFactory() override;
« no previous file with comments | « ui/ozone/platform/wayland/wayland_display_unittest.cc ('k') | ui/ozone/platform/wayland/wayland_surface_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698