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

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

Issue 2683633006: [WebVTT] Rename Middle to Center (Closed)
Patch Set: fix tests Created 3 years, 10 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 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 SelectionModify = 405, 299 SelectionModify = 405,
300 SelectionSetBaseAndExtent = 406, 300 SelectionSetBaseAndExtent = 406,
301 SelectionEmpty = 407, 301 SelectionEmpty = 407,
302 VTTCue = 409, 302 VTTCue = 409,
303 VTTCueRender = 410, 303 VTTCueRender = 410,
304 VTTCueRenderVertical = 411, 304 VTTCueRenderVertical = 411,
305 VTTCueRenderSnapToLinesFalse = 412, 305 VTTCueRenderSnapToLinesFalse = 412,
306 VTTCueRenderLineNotAuto = 413, 306 VTTCueRenderLineNotAuto = 413,
307 VTTCueRenderPositionNot50 = 414, 307 VTTCueRenderPositionNot50 = 414,
308 VTTCueRenderSizeNot100 = 415, 308 VTTCueRenderSizeNot100 = 415,
309 VTTCueRenderAlignNotMiddle = 416, 309 VTTCueRenderAlignNotCenter = 416,
310 // The above items are available in M36 branch. 310 // The above items are available in M36 branch.
311 311
312 ElementRequestPointerLock = 417, 312 ElementRequestPointerLock = 417,
313 VTTCueRenderRtl = 418, 313 VTTCueRenderRtl = 418,
314 PostMessageFromSecureToInsecure = 419, 314 PostMessageFromSecureToInsecure = 419,
315 PostMessageFromInsecureToSecure = 420, 315 PostMessageFromInsecureToSecure = 420,
316 DocumentExitPointerLock = 421, 316 DocumentExitPointerLock = 421,
317 DocumentPointerLockElement = 422, 317 DocumentPointerLockElement = 422,
318 PrefixedCursorZoomIn = 424, 318 PrefixedCursorZoomIn = 424,
319 PrefixedCursorZoomOut = 425, 319 PrefixedCursorZoomOut = 425,
(...skipping 1247 matching lines...) Expand 10 before | Expand all | Expand 10 after
1567 // Tracks what features/properties need to be reported to the legacy 1567 // Tracks what features/properties need to be reported to the legacy
1568 // histograms. 1568 // histograms.
1569 BitVector m_featureBits; 1569 BitVector m_featureBits;
1570 BitVector m_CSSBits; 1570 BitVector m_CSSBits;
1571 } m_legacyCounter; 1571 } m_legacyCounter;
1572 }; 1572 };
1573 1573
1574 } // namespace blink 1574 } // namespace blink
1575 1575
1576 #endif // UseCounter_h 1576 #endif // UseCounter_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698