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

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
Index: cc/trees/damage_tracker.h
diff --git a/cc/trees/damage_tracker.h b/cc/trees/damage_tracker.h
index 716e573224ee73b466433c47f5cc7c329bc8619a..48a2ee48949d0084974503758d2cd7977203e08b 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 cc::FilterOperations& filters,
jamesr 2013/06/18 23:08:52 you're already in namespace cc, no need for "cc::"
ajuma 2013/06/19 17:08:30 Done.
SkImageFilter* filter);
gfx::RectF current_damage_rect() { return current_damage_rect_; }

Powered by Google App Engine
This is Rietveld 408576698