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

Unified Diff: services/ui/public/cpp/raster_thread_helper.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/property_type_converters.h ('k') | services/ui/public/cpp/scoped_window_ptr.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/raster_thread_helper.h
diff --git a/services/ui/public/cpp/raster_thread_helper.h b/services/ui/public/cpp/raster_thread_helper.h
index 8db3e658de9d6b2f01a59bf9dd395d2cedc88dc1..463f5058dd217fe93376a1cad7571c0eaafa3aa7 100644
--- a/services/ui/public/cpp/raster_thread_helper.h
+++ b/services/ui/public/cpp/raster_thread_helper.h
@@ -8,6 +8,7 @@
#include <memory>
#include "base/macros.h"
+#include "services/ui/public/cpp/ui_export.h"
namespace cc {
class TaskGraphRunner;
@@ -16,7 +17,7 @@ class SingleThreadTaskGraphRunner;
namespace ui {
-class RasterThreadHelper {
+class UI_EXPORT RasterThreadHelper {
public:
RasterThreadHelper();
~RasterThreadHelper();
« no previous file with comments | « services/ui/public/cpp/property_type_converters.h ('k') | services/ui/public/cpp/scoped_window_ptr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698