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

Side by Side Diff: cc/trees/layer_tree_impl.h

Issue 407763002: Revert of cc: Remove tilings from recycle tree when active tree removes them. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « cc/trees/layer_tree_host_impl.h ('k') | cc/trees/layer_tree_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2012 The Chromium Authors. All rights reserved. 1 // Copyright 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CC_TREES_LAYER_TREE_IMPL_H_ 5 #ifndef CC_TREES_LAYER_TREE_IMPL_H_
6 #define CC_TREES_LAYER_TREE_IMPL_H_ 6 #define CC_TREES_LAYER_TREE_IMPL_H_
7 7
8 #include <list> 8 #include <list>
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 FrameRateCounter* frame_rate_counter() const; 74 FrameRateCounter* frame_rate_counter() const;
75 PaintTimeCounter* paint_time_counter() const; 75 PaintTimeCounter* paint_time_counter() const;
76 MemoryHistory* memory_history() const; 76 MemoryHistory* memory_history() const;
77 bool resourceless_software_draw() const; 77 bool resourceless_software_draw() const;
78 gfx::Size device_viewport_size() const; 78 gfx::Size device_viewport_size() const;
79 bool IsActiveTree() const; 79 bool IsActiveTree() const;
80 bool IsPendingTree() const; 80 bool IsPendingTree() const;
81 bool IsRecycleTree() const; 81 bool IsRecycleTree() const;
82 LayerImpl* FindActiveTreeLayerById(int id); 82 LayerImpl* FindActiveTreeLayerById(int id);
83 LayerImpl* FindPendingTreeLayerById(int id); 83 LayerImpl* FindPendingTreeLayerById(int id);
84 LayerImpl* FindRecycleTreeLayerById(int id);
85 int MaxTextureSize() const; 84 int MaxTextureSize() const;
86 bool PinchGestureActive() const; 85 bool PinchGestureActive() const;
87 base::TimeTicks CurrentFrameTimeTicks() const; 86 base::TimeTicks CurrentFrameTimeTicks() const;
88 base::TimeDelta begin_impl_frame_interval() const; 87 base::TimeDelta begin_impl_frame_interval() const;
89 void SetNeedsCommit(); 88 void SetNeedsCommit();
90 gfx::Size DrawViewportSize() const; 89 gfx::Size DrawViewportSize() const;
91 scoped_ptr<ScrollbarAnimationController> CreateScrollbarAnimationController( 90 scoped_ptr<ScrollbarAnimationController> CreateScrollbarAnimationController(
92 LayerImpl* scrolling_layer); 91 LayerImpl* scrolling_layer);
93 void DidAnimateScrollOffset(); 92 void DidAnimateScrollOffset();
94 void InputScrollAnimationFinished(); 93 void InputScrollAnimationFinished();
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 336
338 int render_surface_layer_list_id_; 337 int render_surface_layer_list_id_;
339 338
340 private: 339 private:
341 DISALLOW_COPY_AND_ASSIGN(LayerTreeImpl); 340 DISALLOW_COPY_AND_ASSIGN(LayerTreeImpl);
342 }; 341 };
343 342
344 } // namespace cc 343 } // namespace cc
345 344
346 #endif // CC_TREES_LAYER_TREE_IMPL_H_ 345 #endif // CC_TREES_LAYER_TREE_IMPL_H_
OLDNEW
« no previous file with comments | « cc/trees/layer_tree_host_impl.h ('k') | cc/trees/layer_tree_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698