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

Unified Diff: cc/input_handler.h

Issue 11365025: Make cc a component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win?? Created 8 years, 1 month 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: cc/input_handler.h
diff --git a/cc/input_handler.h b/cc/input_handler.h
index def6c394f6b1f3865eafbf4bc1a3d0d8d26126bf..2ed8ddfc04c38081037c85139efd395c06e963aa 100644
--- a/cc/input_handler.h
+++ b/cc/input_handler.h
@@ -7,6 +7,7 @@
#include "base/basictypes.h"
#include "base/time.h"
+#include "cc/cc_export.h"
namespace cc {
@@ -21,7 +22,7 @@ class IntSize;
//
// The InputHandler is constructed with a InputHandlerClient, which is the
// interface by which the handler can manipulate the LayerTree.
-class InputHandlerClient {
+class CC_EXPORT InputHandlerClient {
public:
enum ScrollStatus { ScrollOnMainThread, ScrollStarted, ScrollIgnored };
enum ScrollInputType { Gesture, Wheel };
@@ -67,7 +68,7 @@ private:
DISALLOW_COPY_AND_ASSIGN(InputHandlerClient);
};
-class InputHandler {
+class CC_EXPORT InputHandler {
public:
virtual ~InputHandler() { }
« no previous file with comments | « cc/image_layer.h ('k') | cc/io_surface_draw_quad.h » ('j') | cc/occlusion_tracker.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698