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

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

Issue 2827003002: CSS Motion Path: delete implementation of motion-path property (Closed)
Patch Set: Created 3 years, 8 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 1215 matching lines...) Expand 10 before | Expand all | Expand 10 after
1226 kV8HTMLMediaElement_SrcObject_AttributeSetter = 1603, 1226 kV8HTMLMediaElement_SrcObject_AttributeSetter = 1603,
1227 kCreateObjectURLBlob = 1604, 1227 kCreateObjectURLBlob = 1604,
1228 kCreateObjectURLMediaSource = 1605, 1228 kCreateObjectURLMediaSource = 1605,
1229 kCreateObjectURLMediaStream = 1606, 1229 kCreateObjectURLMediaStream = 1606,
1230 kDocumentCreateTouchWindowNull = 1607, 1230 kDocumentCreateTouchWindowNull = 1607,
1231 kDocumentCreateTouchWindowWrongType = 1608, 1231 kDocumentCreateTouchWindowWrongType = 1608,
1232 kDocumentCreateTouchTargetNull = 1609, 1232 kDocumentCreateTouchTargetNull = 1609,
1233 kDocumentCreateTouchTargetWrongType = 1610, 1233 kDocumentCreateTouchTargetWrongType = 1610,
1234 kDocumentCreateTouchMoreThanSevenArguments = 1612, 1234 kDocumentCreateTouchMoreThanSevenArguments = 1612,
1235 kLongTaskObserver = 1615, 1235 kLongTaskObserver = 1615,
1236 kCSSMotionInEffect = 1616,
1237 kCSSOffsetInEffect = 1617, 1236 kCSSOffsetInEffect = 1617,
1238 // The above items are available in M55 branch 1237 // The above items are available in M55 branch
1239 1238
1240 kVRGetDisplaysInsecureOrigin = 1618, 1239 kVRGetDisplaysInsecureOrigin = 1618,
1241 kVRRequestPresent = 1619, 1240 kVRRequestPresent = 1619,
1242 kVRRequestPresentInsecureOrigin = 1620, 1241 kVRRequestPresentInsecureOrigin = 1620,
1243 kVRDeprecatedFieldOfView = 1621, 1242 kVRDeprecatedFieldOfView = 1621,
1244 kVideoInCanvas = 1622, 1243 kVideoInCanvas = 1622,
1245 kHiddenAutoplayedVideoInCanvas = 1623, 1244 kHiddenAutoplayedVideoInCanvas = 1623,
1246 kOffscreenCanvas = 1624, 1245 kOffscreenCanvas = 1624,
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
1686 // Tracks what features/properties need to be reported to the legacy 1685 // Tracks what features/properties need to be reported to the legacy
1687 // histograms. 1686 // histograms.
1688 BitVector feature_bits_; 1687 BitVector feature_bits_;
1689 BitVector css_bits_; 1688 BitVector css_bits_;
1690 } legacy_counter_; 1689 } legacy_counter_;
1691 }; 1690 };
1692 1691
1693 } // namespace blink 1692 } // namespace blink
1694 1693
1695 #endif // UseCounter_h 1694 #endif // UseCounter_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698