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

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

Issue 688743002: Remove the composite attribute on <img> (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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/HTMLAttributeNames.in » ('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 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 MouseEventFromElement = 506, 473 MouseEventFromElement = 506,
474 MouseEventToElement = 507, 474 MouseEventToElement = 507,
475 RequestFileSystem = 508, 475 RequestFileSystem = 508,
476 RequestFileSystemWorker = 509, 476 RequestFileSystemWorker = 509,
477 RequestFileSystemSyncWorker = 510, 477 RequestFileSystemSyncWorker = 510,
478 UIEventLayerX = 511, 478 UIEventLayerX = 511,
479 UIEventLayerY = 512, 479 UIEventLayerY = 512,
480 UIEventPageX = 513, 480 UIEventPageX = 513,
481 UIEventPageY = 514, 481 UIEventPageY = 514,
482 BgPropertiesFixed = 515, 482 BgPropertiesFixed = 515,
483 HTMLImageElementComposite = 516,
484 DevToolsConsoleTimeline = 517, 483 DevToolsConsoleTimeline = 517,
485 DevToolsConsoleProfile = 518, 484 DevToolsConsoleProfile = 518,
486 SVGStyleElementTitle = 519, 485 SVGStyleElementTitle = 519,
487 PictureSourceSrc = 520, 486 PictureSourceSrc = 520,
488 // The above items are available in M38 branch. 487 // The above items are available in M38 branch.
489 488
490 Picture = 521, 489 Picture = 521,
491 Sizes = 522, 490 Sizes = 522,
492 SrcsetXDescriptor = 523, 491 SrcsetXDescriptor = 523,
493 SrcsetWDescriptor = 524, 492 SrcsetWDescriptor = 524,
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 620
622 void updateMeasurements(); 621 void updateMeasurements();
623 622
624 OwnPtr<BitVector> m_countBits; 623 OwnPtr<BitVector> m_countBits;
625 BitVector m_CSSFeatureBits; 624 BitVector m_CSSFeatureBits;
626 }; 625 };
627 626
628 } // namespace blink 627 } // namespace blink
629 628
630 #endif // UseCounter_h 629 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « no previous file | Source/core/html/HTMLAttributeNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698