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

Unified Diff: cc/trees/layer_tree_host.cc

Issue 16968002: Move implementation of WebFilterOperations into cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/trees/layer_tree_host.cc
diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
index 5e19eb3eb3c8acb70f68dba1d64863f6bb806297..d57db313c4873a2c7fbc7bc513e72761f0c202a7 100644
--- a/cc/trees/layer_tree_host.cc
+++ b/cc/trees/layer_tree_host.cc
@@ -866,7 +866,7 @@ size_t LayerTreeHost::CalculateMemoryForRenderSurfaces(
GL_RGBA);
contents_texture_bytes += bytes;
- if (render_surface_layer->background_filters().isEmpty())
+ if (render_surface_layer->background_filters().IsEmpty())
continue;
if (bytes > max_background_texture_bytes)

Powered by Google App Engine
This is Rietveld 408576698