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

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

Issue 663313005: Comply Compositing spec [1]; remove 'plus-darker'. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Mark virtual/display_list_2d_canvas/fast/canvas/canvas-composite NeedsRebaseline Created 5 years, 11 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 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 SVG1DOM = 567, 506 SVG1DOM = 567,
507 SVGPathSegDOM = 568, 507 SVGPathSegDOM = 568,
508 SVGTransformListConsolidate = 569, 508 SVGTransformListConsolidate = 569,
509 SVGAnimatedTransformListBaseVal = 570, 509 SVGAnimatedTransformListBaseVal = 570,
510 QuotedAnimationName = 571, 510 QuotedAnimationName = 571,
511 QuotedKeyframesRule = 572, 511 QuotedKeyframesRule = 572,
512 SrcsetDroppedCandidate = 573, 512 SrcsetDroppedCandidate = 573,
513 WindowPostMessage = 574, 513 WindowPostMessage = 574,
514 WindowPostMessageWithLegacyTargetOriginArgument = 575, 514 WindowPostMessageWithLegacyTargetOriginArgument = 575,
515 RenderRuby = 576, 515 RenderRuby = 576,
516 CanvasRenderingContext2DCompositeOperationDarker = 577,
517 ScriptElementWithInvalidTypeHasSrc = 578, 516 ScriptElementWithInvalidTypeHasSrc = 578,
518 TimelineStart = 579, 517 TimelineStart = 579,
519 ElementBaseURIFromXMLBase = 580, 518 ElementBaseURIFromXMLBase = 580,
520 XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload = 581, 519 XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload = 581,
521 CSSSelectorPseudoScrollbar = 582, 520 CSSSelectorPseudoScrollbar = 582,
522 CSSSelectorPseudoScrollbarButton = 583, 521 CSSSelectorPseudoScrollbarButton = 583,
523 CSSSelectorPseudoScrollbarThumb = 584, 522 CSSSelectorPseudoScrollbarThumb = 584,
524 CSSSelectorPseudoScrollbarTrack = 585, 523 CSSSelectorPseudoScrollbarTrack = 585,
525 CSSSelectorPseudoScrollbarTrackPiece = 586, 524 CSSSelectorPseudoScrollbarTrackPiece = 586,
526 LangAttribute = 587, 525 LangAttribute = 587,
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 687
689 void updateMeasurements(); 688 void updateMeasurements();
690 689
691 OwnPtr<BitVector> m_countBits; 690 OwnPtr<BitVector> m_countBits;
692 BitVector m_CSSFeatureBits; 691 BitVector m_CSSFeatureBits;
693 }; 692 };
694 693
695 } // namespace blink 694 } // namespace blink
696 695
697 #endif // UseCounter_h 696 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « Source/core/css/CSSValueKeywords.in ('k') | Source/core/html/canvas/CanvasRenderingContext2D.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698