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

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

Issue 449643003: Revert the UseCounter for HTMLPreElement.width (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/html/HTMLPreElement.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 LegacyFullScreenErrorExemption = 477, 469 LegacyFullScreenErrorExemption = 477,
470 MediaStreamTrackGetSources = 478, 470 MediaStreamTrackGetSources = 478,
471 AspectRatioFlexItem = 479, 471 AspectRatioFlexItem = 479,
472 DetailsElement = 480, 472 DetailsElement = 480,
473 DialogElement = 481, 473 DialogElement = 481,
474 MapElement = 482, 474 MapElement = 482,
475 MeterElement = 483, 475 MeterElement = 483,
476 ProgressElement = 484, 476 ProgressElement = 484,
477 VideoFullscreenAllowedExemption = 485, 477 VideoFullscreenAllowedExemption = 485,
478 WebKitPoint = 488, 478 WebKitPoint = 488,
479 HTMLPreElementWidth = 489,
480 PrefixedHTMLElementDropzone = 490, 479 PrefixedHTMLElementDropzone = 490,
481 WheelEventWheelDeltaX = 491, 480 WheelEventWheelDeltaX = 491,
482 WheelEventWheelDeltaY = 492, 481 WheelEventWheelDeltaY = 492,
483 WheelEventWheelDelta = 493, 482 WheelEventWheelDelta = 493,
484 SendBeacon = 494, 483 SendBeacon = 494,
485 SendBeaconQuotaExceeded = 495, 484 SendBeaconQuotaExceeded = 495,
486 SVGSMILElementInDocument = 501, 485 SVGSMILElementInDocument = 501,
487 MouseEventOffsetX = 502, 486 MouseEventOffsetX = 502,
488 MouseEventOffsetY = 503, 487 MouseEventOffsetY = 503,
489 MouseEventX = 504, 488 MouseEventX = 504,
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 563
565 void updateMeasurements(); 564 void updateMeasurements();
566 565
567 OwnPtr<BitVector> m_countBits; 566 OwnPtr<BitVector> m_countBits;
568 BitVector m_CSSFeatureBits; 567 BitVector m_CSSFeatureBits;
569 }; 568 };
570 569
571 } // namespace blink 570 } // namespace blink
572 571
573 #endif // UseCounter_h 572 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « no previous file | Source/core/html/HTMLPreElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698