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

Unified Diff: cc/blink/web_display_item_list_impl.cc

Issue 1019263002: cc: Remove the unused function appendCompositingItem with 3 parameters (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add some forward declarations in web_display_item_list_impl.h Created 5 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
« no previous file with comments | « cc/blink/web_display_item_list_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/web_display_item_list_impl.cc
diff --git a/cc/blink/web_display_item_list_impl.cc b/cc/blink/web_display_item_list_impl.cc
index 6a4ab90d10ff6cdf24a8ae5e5ab0cfba94b78fee..f9afded7b924328fa18aaf939183717874dc6a56 100644
--- a/cc/blink/web_display_item_list_impl.cc
+++ b/cc/blink/web_display_item_list_impl.cc
@@ -6,7 +6,6 @@
#include <vector>
-#include "cc/blink/web_blend_mode.h"
#include "cc/blink/web_filter_operations_impl.h"
#include "cc/resources/clip_display_item.h"
#include "cc/resources/clip_path_display_item.h"
@@ -19,7 +18,6 @@
#include "third_party/WebKit/public/platform/WebFloatRect.h"
#include "third_party/WebKit/public/platform/WebRect.h"
#include "third_party/skia/include/core/SkColorFilter.h"
-#include "third_party/skia/include/core/SkImageFilter.h"
#include "third_party/skia/include/core/SkPicture.h"
#include "third_party/skia/include/utils/SkMatrix44.h"
#include "ui/gfx/transform.h"
@@ -84,14 +82,6 @@ void WebDisplayItemListImpl::appendEndTransformItem() {
display_item_list_->AppendItem(cc::EndTransformDisplayItem::Create());
}
-// TODO(pdr): Remove this once the blink-side callers have been removed.
-void WebDisplayItemListImpl::appendCompositingItem(
- float opacity,
- SkXfermode::Mode xfermode,
- SkColorFilter* color_filter) {
- appendCompositingItem(opacity, xfermode, nullptr, color_filter);
-}
-
void WebDisplayItemListImpl::appendCompositingItem(
float opacity,
SkXfermode::Mode xfermode,
« no previous file with comments | « cc/blink/web_display_item_list_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698