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

Unified Diff: services/ui/public/cpp/output_surface.h

Issue 2189893002: services/ui: Create a proper component for the client-lib. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 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 | « services/ui/public/cpp/lib/window_private.h ('k') | services/ui/public/cpp/property_type_converters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/output_surface.h
diff --git a/services/ui/public/cpp/output_surface.h b/services/ui/public/cpp/output_surface.h
index 384f4ecc9922f7eb754c1c338685c97bbc43326c..6f5d56d83f4a7c37856be20e10395b36b59f5014 100644
--- a/services/ui/public/cpp/output_surface.h
+++ b/services/ui/public/cpp/output_surface.h
@@ -9,12 +9,14 @@
#include "cc/output/output_surface.h"
#include "cc/surfaces/surface_id.h"
#include "mojo/public/cpp/bindings/binding.h"
+#include "services/ui/public/cpp/ui_export.h"
#include "services/ui/public/cpp/window_surface.h"
#include "services/ui/public/cpp/window_surface_client.h"
namespace ui {
-class OutputSurface : public cc::OutputSurface, public WindowSurfaceClient {
+class UI_EXPORT OutputSurface : public cc::OutputSurface,
+ public WindowSurfaceClient {
public:
OutputSurface(const scoped_refptr<cc::ContextProvider>& context_provider,
std::unique_ptr<WindowSurface> surface);
« no previous file with comments | « services/ui/public/cpp/lib/window_private.h ('k') | services/ui/public/cpp/property_type_converters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698