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

Unified Diff: cc/layer_impl.h

Issue 11465007: Move LayerSorter to exist locally only in layer_tree_host_common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/damage_tracker_unittest.cc ('k') | cc/layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_impl.h
diff --git a/cc/layer_impl.h b/cc/layer_impl.h
index 3e642334365e2618f8bdb75becbf9586bea82a2f..b92862eb7e71981ed390f858c3706deb1ff5452f 100644
--- a/cc/layer_impl.h
+++ b/cc/layer_impl.h
@@ -29,7 +29,6 @@
namespace cc {
-class LayerSorter;
class LayerTreeHostImpl;
class QuadSink;
class Renderer;
@@ -399,8 +398,6 @@ private:
DISALLOW_COPY_AND_ASSIGN(LayerImpl);
};
-void sortLayers(std::vector<LayerImpl*>::iterator first, std::vector<LayerImpl*>::iterator end, LayerSorter*);
-
}
#endif // CC_LAYER_IMPL_H_
« no previous file with comments | « cc/damage_tracker_unittest.cc ('k') | cc/layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698