From 1c6f733aafb17d345ac8e579882b3c756b67173a Mon Sep 17 00:00:00 2001 From: Renee Wright Date: Fri, 8 Sep 2017 08:34:58 +0000 Subject: [PATCH] [Ribbon] Move FilterEnabledPropertiesIntoVector to CSSProperty MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Not sure about this choice of home for this method. This CL also deletes CSSPropertyMetadata class. Bug: 751373 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_dbg_ng Change-Id: I812df195574ee38f2e798dd7fdb7986b15efad22 Reviewed-on: https://chromium-review.googlesource.com/652207 Commit-Queue: Renée Wright Reviewed-by: Dirk Pranke Reviewed-by: meade_UTC10 Reviewed-by: Bugs Nash Cr-Original-Commit-Position: refs/heads/master@{#500540} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: 6d76d1aeb62ce848e5d74fc6a21011e4a04d304a --- check_gn_headers_whitelist.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/check_gn_headers_whitelist.txt b/check_gn_headers_whitelist.txt index 14d917b11..d3591a1f4 100644 --- a/check_gn_headers_whitelist.txt +++ b/check_gn_headers_whitelist.txt @@ -252,7 +252,6 @@ testing/gmock_mutant.h third_party/WebKit/Source/bindings/modules/v8/serialization/WebCryptoSubTags.h third_party/WebKit/Source/core/animation/CSSInterpolationEnvironment.h third_party/WebKit/Source/core/animation/SVGInterpolationEnvironment.h -third_party/WebKit/Source/core/css/CSSPropertyMetadata.h third_party/WebKit/Source/core/css/resolver/StyleBuilder.h third_party/WebKit/Source/core/css/threaded/MultiThreadedTestUtil.h third_party/WebKit/Source/core/css/zoomAdjustedPixelValue.h