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

Unified Diff: cc/blink/web_display_item_list_impl.h

Issue 1616653002: CC Animation: Move files from cc_blink to Source/platform/animation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Fix copyrights and years. Created 4 years, 10 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/blink/web_compositor_support_impl.cc ('k') | cc/blink/web_display_item_list_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/web_display_item_list_impl.h
diff --git a/cc/blink/web_display_item_list_impl.h b/cc/blink/web_display_item_list_impl.h
index 14278efefe70f33884f0a312cf7b3360c8bfc6d0..17e58d538e0a7cf3b0505dd8c4e7bf1e93768037 100644
--- a/cc/blink/web_display_item_list_impl.h
+++ b/cc/blink/web_display_item_list_impl.h
@@ -23,13 +23,13 @@ class SkPicture;
class SkRRect;
namespace blink {
-class WebFilterOperations;
struct WebFloatRect;
struct WebRect;
}
namespace cc {
class DisplayItemListSettings;
+class FilterOperations;
}
namespace cc_blink {
@@ -66,7 +66,7 @@ class WebDisplayItemListImpl : public blink::WebDisplayItemList {
SkColorFilter*) override;
void appendEndCompositingItem(const blink::WebRect& visual_rect) override;
void appendFilterItem(const blink::WebRect& visual_rect,
- const blink::WebFilterOperations& filters,
+ const cc::FilterOperations& filters,
const blink::WebFloatRect& bounds) override;
void appendEndFilterItem(const blink::WebRect& visual_rect) override;
void appendScrollItem(const blink::WebRect& visual_rect,
« no previous file with comments | « cc/blink/web_compositor_support_impl.cc ('k') | cc/blink/web_display_item_list_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698