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

Unified Diff: cc/layers/layer_iterator.h

Issue 12760011: cc: Chromify LayerTreeHostCommon (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: cc/layers/layer_iterator.h
diff --git a/cc/layers/layer_iterator.h b/cc/layers/layer_iterator.h
index 2bdd5aebfde58bd3e4874fbb694f14002b4de5e1..9cf0d6f90dc2bc35dbb913f3d22afed1326a9d50 100644
--- a/cc/layers/layer_iterator.h
+++ b/cc/layers/layer_iterator.h
@@ -203,7 +203,7 @@ class LayerIterator {
}
inline bool current_layer_represents_contributing_render_surface() const {
- return LayerTreeHostCommon::renderSurfaceContributesToTarget<LayerType>(
+ return LayerTreeHostCommon::RenderSurfaceContributesToTarget<LayerType>(
current_layer(), target_render_surface_layer()->id());
}
inline bool current_layer_represents_target_render_surface() const {

Powered by Google App Engine
This is Rietveld 408576698