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