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

Unified Diff: ui/views/animation/ink_drop_animation_controller_factory.cc

Issue 1302913002: Don't try to dllexport InkDropAnimationControllerStub (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: ui/views/animation/ink_drop_animation_controller_factory.cc
diff --git a/ui/views/animation/ink_drop_animation_controller_factory.cc b/ui/views/animation/ink_drop_animation_controller_factory.cc
index 747561dc42f45a0df7f511c95fd17a86889e2bf0..6a476d91d5873841150993c3b4f8c2f86e05e9e4 100644
--- a/ui/views/animation/ink_drop_animation_controller_factory.cc
+++ b/ui/views/animation/ink_drop_animation_controller_factory.cc
@@ -17,7 +17,7 @@ namespace {
// A stub implementation of an InkDropAnimationController that can be used when
// material design is not enabled.
-class VIEWS_EXPORT InkDropAnimationControllerStub
+class InkDropAnimationControllerStub
: public InkDropAnimationController {
public:
explicit InkDropAnimationControllerStub(InkDropHost* ink_drop_host);
« 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