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

Side by Side Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2128973002: Remove prefixed imageSmoothingEnabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase master Created 4 years, 3 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2012 Google, Inc. All rights reserved. 2 * Copyright (C) 2012 Google, Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 FormAssociationByParser = 248, 219 FormAssociationByParser = 248,
220 SVGSVGElementInDocument = 250, 220 SVGSVGElementInDocument = 250,
221 SVGDocumentRootElement = 251, 221 SVGDocumentRootElement = 251,
222 WorkerSubjectToCSP = 257, 222 WorkerSubjectToCSP = 257,
223 WorkerAllowedByChildBlockedByScript = 258, 223 WorkerAllowedByChildBlockedByScript = 258,
224 DeprecatedWebKitGradient = 260, 224 DeprecatedWebKitGradient = 260,
225 DeprecatedWebKitLinearGradient = 261, 225 DeprecatedWebKitLinearGradient = 261,
226 DeprecatedWebKitRepeatingLinearGradient = 262, 226 DeprecatedWebKitRepeatingLinearGradient = 262,
227 DeprecatedWebKitRadialGradient = 263, 227 DeprecatedWebKitRadialGradient = 263,
228 DeprecatedWebKitRepeatingRadialGradient = 264, 228 DeprecatedWebKitRepeatingRadialGradient = 264,
229 PrefixedImageSmoothingEnabled = 267,
230 UnprefixedImageSmoothingEnabled = 268, 229 UnprefixedImageSmoothingEnabled = 268,
231 // The above items are available in M34 branch. 230 // The above items are available in M34 branch.
232 231
233 TextAutosizing = 274, 232 TextAutosizing = 274,
234 HTMLAnchorElementPingAttribute = 276, 233 HTMLAnchorElementPingAttribute = 276,
235 SVGClassName = 279, 234 SVGClassName = 279,
236 HTMLMediaElementSeekToFragmentStart = 281, 235 HTMLMediaElementSeekToFragmentStart = 281,
237 HTMLMediaElementPauseAtFragmentEnd = 282, 236 HTMLMediaElementPauseAtFragmentEnd = 282,
238 PrefixedWindowURL = 283, 237 PrefixedWindowURL = 283,
239 WindowOrientation = 285, 238 WindowOrientation = 285,
(...skipping 1123 matching lines...) Expand 10 before | Expand all | Expand 10 after
1363 friend class UseCounterTest; 1362 friend class UseCounterTest;
1364 unsigned m_muteCount; 1363 unsigned m_muteCount;
1365 1364
1366 BitVector m_featureBits; 1365 BitVector m_featureBits;
1367 BitVector m_CSSFeatureBits; 1366 BitVector m_CSSFeatureBits;
1368 }; 1367 };
1369 1368
1370 } // namespace blink 1369 } // namespace blink
1371 1370
1372 #endif // UseCounter_h 1371 #endif // UseCounter_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698