| Summary: | Do not use FloatRect::infiniteRect() to flag full repaints. | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | zalan <zalan> | ||||||||||
| Component: | Layout and Rendering | Assignee: | zalan <zalan> | ||||||||||
| Status: | RESOLVED FIXED | ||||||||||||
| Severity: | Normal | CC: | commit-queue, kondapallykalyan, sergio, simon.fraser | ||||||||||
| Priority: | P2 | ||||||||||||
| Version: | 528+ (Nightly build) | ||||||||||||
| Hardware: | Unspecified | ||||||||||||
| OS: | Unspecified | ||||||||||||
| Attachments: |
|
||||||||||||
|
Description
zalan
2014-08-13 13:38:04 PDT
Created attachment 236546 [details]
Patch
Attachment 236546 [details] did not pass style-queue:
ERROR: Source/WebCore/platform/graphics/ca/GraphicsLayerCA.h:485: Please declare enum bitfields as unsigned integral types. [runtime/enum_bitfields] [5]
Total errors found: 1 in 15 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 236546 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=236546&action=review > Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp:716 > + m_needsFullRepaint = true; > + m_dirtyRects.clear(); > + noteLayerPropertyChanged(DirtyRectsChanged); > + addRepaintRect(FloatRect(FloatPoint(), m_size)); This is missing the if (!drawsContent()) that setNeedsDisplayInRect() does. Created attachment 236549 [details]
Patch
Attachment 236549 [details] did not pass style-queue:
ERROR: Source/WebCore/platform/graphics/ca/GraphicsLayerCA.h:485: Please declare enum bitfields as unsigned integral types. [runtime/enum_bitfields] [5]
Total errors found: 1 in 15 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Created attachment 236556 [details]
Patch
Attachment 236556 [details] did not pass style-queue:
ERROR: Source/WebCore/platform/graphics/ca/GraphicsLayerCA.h:485: Please declare enum bitfields as unsigned integral types. [runtime/enum_bitfields] [5]
Total errors found: 1 in 19 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Created attachment 236681 [details]
Patch
Attachment 236681 [details] did not pass style-queue:
ERROR: Source/WebCore/platform/graphics/ca/GraphicsLayerCA.h:485: Please declare enum bitfields as unsigned integral types. [runtime/enum_bitfields] [5]
Total errors found: 1 in 19 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 236681 [details] Patch Clearing flags on attachment: 236681 Committed r172681: <http://trac.webkit.org/changeset/172681> All reviewed patches have been landed. Closing bug. |