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

Unified Diff: ui/gl/ca_renderer_layer_params.cc

Issue 2208943002: Revert of Implement filter effects in Core Animation using CAFilters. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@temp50_base
Patch Set: Created 4 years, 4 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 | « ui/gl/ca_renderer_layer_params.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/ca_renderer_layer_params.cc
diff --git a/ui/gl/ca_renderer_layer_params.cc b/ui/gl/ca_renderer_layer_params.cc
index 952e703afb47551a78cf5272ef8e5ad96c063124..8a4d745cf629675ec5695759e785062d5c26f1cc 100644
--- a/ui/gl/ca_renderer_layer_params.cc
+++ b/ui/gl/ca_renderer_layer_params.cc
@@ -33,11 +33,4 @@
const CARendererLayerParams& other) = default;
CARendererLayerParams::~CARendererLayerParams() = default;
-bool CARendererLayerParams::FilterEffect::operator==(
- const FilterEffect& rhs) const {
- return type == rhs.type && amount == rhs.amount &&
- drop_shadow_offset == rhs.drop_shadow_offset &&
- drop_shadow_color == rhs.drop_shadow_color;
-}
-
} // namespace ui
« no previous file with comments | « ui/gl/ca_renderer_layer_params.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698