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

Unified Diff: views/touchui/touch_selection_controller_impl.h

Issue 7768003: Mark a class for export to fix component build for views_unittests on touchui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/touchui/touch_selection_controller_impl.h
diff --git a/views/touchui/touch_selection_controller_impl.h b/views/touchui/touch_selection_controller_impl.h
index 00ade4103c9f8dc752cbdc9001e3795a1f8b8473..6cb78166f1d79c4325d89aa75aeb9fde774f153c 100644
--- a/views/touchui/touch_selection_controller_impl.h
+++ b/views/touchui/touch_selection_controller_impl.h
@@ -9,12 +9,14 @@
#include "ui/gfx/point.h"
#include "views/touchui/touch_selection_controller.h"
#include "views/view.h"
+#include "views/views_export.h"
namespace views {
// Touch specific implementation of TouchSelectionController. Responsible for
// displaying selection handles and menu elements relevant in a touch interface.
-class TouchSelectionControllerImpl : public TouchSelectionController {
+class VIEWS_EXPORT TouchSelectionControllerImpl
+ : public TouchSelectionController {
public:
// Use TextSelectionController::create().
explicit TouchSelectionControllerImpl(TouchSelectionClientView* client_view);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698