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

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

Issue 750523002: Remove <body bgproperties=fixed> (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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 | « LayoutTests/fast/html/body-bgproperties-expected.txt ('k') | Source/core/frame/UseCounter.cpp » ('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 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 MouseEventY = 505, 460 MouseEventY = 505,
461 MouseEventFromElement = 506, 461 MouseEventFromElement = 506,
462 MouseEventToElement = 507, 462 MouseEventToElement = 507,
463 RequestFileSystem = 508, 463 RequestFileSystem = 508,
464 RequestFileSystemWorker = 509, 464 RequestFileSystemWorker = 509,
465 RequestFileSystemSyncWorker = 510, 465 RequestFileSystemSyncWorker = 510,
466 UIEventLayerX = 511, 466 UIEventLayerX = 511,
467 UIEventLayerY = 512, 467 UIEventLayerY = 512,
468 UIEventPageX = 513, 468 UIEventPageX = 513,
469 UIEventPageY = 514, 469 UIEventPageY = 514,
470 BgPropertiesFixed = 515,
471 DevToolsConsoleTimeline = 517, 470 DevToolsConsoleTimeline = 517,
472 DevToolsConsoleProfile = 518, 471 DevToolsConsoleProfile = 518,
473 SVGStyleElementTitle = 519, 472 SVGStyleElementTitle = 519,
474 PictureSourceSrc = 520, 473 PictureSourceSrc = 520,
475 // The above items are available in M38 branch. 474 // The above items are available in M38 branch.
476 475
477 Picture = 521, 476 Picture = 521,
478 Sizes = 522, 477 Sizes = 522,
479 SrcsetXDescriptor = 523, 478 SrcsetXDescriptor = 523,
480 SrcsetWDescriptor = 524, 479 SrcsetWDescriptor = 524,
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 634
636 void updateMeasurements(); 635 void updateMeasurements();
637 636
638 OwnPtr<BitVector> m_countBits; 637 OwnPtr<BitVector> m_countBits;
639 BitVector m_CSSFeatureBits; 638 BitVector m_CSSFeatureBits;
640 }; 639 };
641 640
642 } // namespace blink 641 } // namespace blink
643 642
644 #endif // UseCounter_h 643 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « LayoutTests/fast/html/body-bgproperties-expected.txt ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698