Index: cc/occlusion_tracker.cc |
diff --git a/cc/occlusion_tracker.cc b/cc/occlusion_tracker.cc |
index fc6e7338696d0e198851324a857f4a3693def604..f1f6dc55aecbf0eaadbbc57c99472f1f4b7109da 100644 |
--- a/cc/occlusion_tracker.cc |
+++ b/cc/occlusion_tracker.cc |
@@ -465,7 +465,7 @@ gfx::Rect OcclusionTrackerBase<LayerType, RenderSurfaceType>::layerClipRectInTar |
} |
// Instantiate (and export) templates here for the linker. |
-template class CC_EXPORT OcclusionTrackerBase<Layer, RenderSurface>; |
-template class CC_EXPORT OcclusionTrackerBase<LayerImpl, RenderSurfaceImpl>; |
+template class OcclusionTrackerBase<Layer, RenderSurface>; |
+template class OcclusionTrackerBase<LayerImpl, RenderSurfaceImpl>; |
} // namespace cc |