Commit f283925f authored by sadrul@chromium.org's avatar sadrul@chromium.org

Mark a class for export to fix component build for views_unittests on touchui.

TBR=sky@chromium.org
BUG=none
TEST=manually

Review URL: http://codereview.chromium.org/7768003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98471 0039d316-1c4b-4281-b951-d872f2087c98
parent 2288d58e
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment