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

Unified Diff: cc/trees/damage_tracker.h

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
« no previous file with comments | « cc/test/render_pass_test_utils.cc ('k') | cc/trees/damage_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/damage_tracker.h
diff --git a/cc/trees/damage_tracker.h b/cc/trees/damage_tracker.h
index 716e573224ee73b466433c47f5cc7c329bc8619a..ce72fcc842cf7a57d63f58577c0fceee692d28e7 100644
--- a/cc/trees/damage_tracker.h
+++ b/cc/trees/damage_tracker.h
@@ -18,12 +18,9 @@ namespace gfx {
class Rect;
}
-namespace WebKit {
-class WebFilterOperations;
-}
-
namespace cc {
+class FilterOperations;
class LayerImpl;
class RenderSurfaceImpl;
@@ -43,7 +40,7 @@ class CC_EXPORT DamageTracker {
bool target_surface_property_changed_only_from_descendant,
gfx::Rect target_surface_content_rect,
LayerImpl* target_surface_mask_layer,
- const WebKit::WebFilterOperations& filters,
+ const FilterOperations& filters,
SkImageFilter* filter);
gfx::RectF current_damage_rect() { return current_damage_rect_; }
« no previous file with comments | « cc/test/render_pass_test_utils.cc ('k') | cc/trees/damage_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698