Index: cc/trees/layer_tree_host.h |
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h |
index 0607c5d64add17545c295c49a73d32d678e0d013..8a69dbf85e66937aa32c07bd4fcaa885bff0963a 100644 |
--- a/cc/trees/layer_tree_host.h |
+++ b/cc/trees/layer_tree_host.h |
@@ -147,10 +147,8 @@ class CC_EXPORT LayerTreeHost : public MutatorHostClient { |
void DidCompleteSwapBuffers() { client_->DidCompleteSwapBuffers(); } |
bool UpdateLayers(); |
- LayerListIterator<Layer> begin(); |
- LayerListIterator<Layer> end(); |
- const LayerListIterator<Layer> begin() const; |
- const LayerListIterator<Layer> end() const; |
+ LayerListIterator<Layer> begin() const; |
+ LayerListIterator<Layer> end() const; |
LayerListReverseIterator<Layer> rbegin(); |
LayerListReverseIterator<Layer> rend(); |