Index: cc/trees/single_thread_proxy.h |
diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h |
index dc87f5f4b42ab1aeed116c3711e286e1533eb5b0..5de42b5d44be3065b1cde5a490c5eaf821e68334 100644 |
--- a/cc/trees/single_thread_proxy.h |
+++ b/cc/trees/single_thread_proxy.h |
@@ -19,7 +19,8 @@ class ContextProvider; |
class LayerTreeHost; |
class LayerTreeHostSingleThreadClient; |
-class SingleThreadProxy : public Proxy, LayerTreeHostImplClient { |
+class CC_EXPORT SingleThreadProxy : public Proxy, |
+ NON_EXPORTED_BASE(LayerTreeHostImplClient) { |
public: |
static scoped_ptr<Proxy> Create( |
LayerTreeHost* layer_tree_host, |