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

Unified Diff: cc/blink/web_display_item_list_impl.h

Issue 2575583002: Remove ClipPathDisplayItem::clip_op_ (Closed)
Patch Set: rebase Created 4 years 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') | 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 9ef08b0e9a56a5210cab108d70141caccd255e5a..e97ee45baca0a0a8cfdf6c04b4fae378b372fd06 100644
--- a/cc/blink/web_display_item_list_impl.h
+++ b/cc/blink/web_display_item_list_impl.h
@@ -12,7 +12,6 @@
#include "third_party/WebKit/public/platform/WebDisplayItemList.h"
#include "third_party/WebKit/public/platform/WebVector.h"
#include "third_party/skia/include/core/SkBlendMode.h"
-#include "third_party/skia/include/core/SkClipOp.h"
#include "ui/gfx/geometry/point_f.h"
class SkColorFilter;
@@ -48,7 +47,6 @@ class WebDisplayItemListImpl : public blink::WebDisplayItemList {
const blink::WebVector<SkRRect>& rounded_clip_rects) override;
void appendEndClipItem() override;
void appendClipPathItem(const SkPath& clip_path,
- SkClipOp clip_op,
bool antialias) override;
void appendEndClipPathItem() override;
void appendFloatClipItem(const blink::WebFloatRect& clip_rect) override;
« no previous file with comments | « no previous file | cc/blink/web_display_item_list_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698