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

Unified Diff: cc/blink/web_display_item_list_impl.h

Issue 956813002: Remove unused transparency display items. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | cc/blink/web_display_item_list_impl.cc » ('j') | cc/blink/web_display_item_list_impl.cc » ('J')
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 b2877046ac81168296a3f84fbc8be812424f4986..48aa5d074a824496e58c3915ccf628c1403812b2 100644
--- a/cc/blink/web_display_item_list_impl.h
+++ b/cc/blink/web_display_item_list_impl.h
@@ -47,9 +47,6 @@ class WebDisplayItemListImpl : public blink::WebDisplayItemList {
virtual void appendEndFloatClipItem();
virtual void appendTransformItem(const SkMatrix44& matrix);
virtual void appendEndTransformItem();
- virtual void appendTransparencyItem(float opacity,
- blink::WebBlendMode blend_mode);
- virtual void appendEndTransparencyItem();
virtual void appendCompositingItem(float opacity,
SkXfermode::Mode,
SkColorFilter*);
« no previous file with comments | « no previous file | cc/blink/web_display_item_list_impl.cc » ('j') | cc/blink/web_display_item_list_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698