| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index 2c733fc7ec82a2d48d869c953595a1bdee3f97c7..6430adbed21793f9ac87032c330d94fc699dbbbd 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -259,6 +259,8 @@ class CC_EXPORT LayerTreeHost : NON_EXPORTED_BASE(public RateLimiterClient) {
|
| bool update_total_num_cc_layers_can_use_lcd_text,
|
| bool update_total_num_cc_layers_will_use_lcd_text);
|
|
|
| + bool UsingGLRenderer();
|
| +
|
| protected:
|
| LayerTreeHost(LayerTreeHostClient* client, const LayerTreeSettings& settings);
|
| bool Initialize(scoped_ptr<Thread> impl_thread);
|
| @@ -365,6 +367,8 @@ class CC_EXPORT LayerTreeHost : NON_EXPORTED_BASE(public RateLimiterClient) {
|
| };
|
| LCDTextMetrics lcd_text_metrics_;
|
|
|
| + bool using_gl_renderer_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(LayerTreeHost);
|
| };
|
|
|
|
|