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

Unified Diff: ui/compositor/layer.cc

Issue 12630014: Remove ifdefs that are not needed once WebKit rolls. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « content/common/cc_messages.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/layer.cc
diff --git a/ui/compositor/layer.cc b/ui/compositor/layer.cc
index 81e23b49ee7d3c98741125c9e40e627e00e74e48..4aee7dc7526240c5a5a5f539cb5653acc518399b 100644
--- a/ui/compositor/layer.cc
+++ b/ui/compositor/layer.cc
@@ -338,10 +338,8 @@ void Layer::SetLayerFilters() {
void Layer::SetLayerBackgroundFilters() {
WebKit::WebFilterOperations filters;
if (zoom_ != 1) {
-#ifdef NEW_ZOOM_FILTER // TODO(danakj): Remove this when WebKit rolls.
filters.append(WebKit::WebFilterOperation::createZoomFilter(zoom_,
zoom_inset_));
-#endif
}
if (background_blur_radius_) {
« no previous file with comments | « content/common/cc_messages.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698