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

Side by Side Diff: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h

Issue 2497633002: Move PaintResult enum out of PaintLayerPainter.h into PaintResult.h (Closed)
Patch Set: Adjust includes Created 4 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
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2009, 2010, 2011 Apple Inc. All rights reserved. 2 * Copyright (C) 2009, 2010, 2011 Apple 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 10 matching lines...) Expand all
21 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 21 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
23 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24 */ 24 */
25 25
26 #ifndef CompositedLayerMapping_h 26 #ifndef CompositedLayerMapping_h
27 #define CompositedLayerMapping_h 27 #define CompositedLayerMapping_h
28 28
29 #include "core/layout/compositing/GraphicsLayerUpdater.h" 29 #include "core/layout/compositing/GraphicsLayerUpdater.h"
30 #include "core/paint/PaintLayer.h" 30 #include "core/paint/PaintLayer.h"
31 #include "core/paint/PaintLayerPaintingInfo.h"
31 #include "platform/geometry/FloatPoint.h" 32 #include "platform/geometry/FloatPoint.h"
32 #include "platform/geometry/FloatPoint3D.h" 33 #include "platform/geometry/FloatPoint3D.h"
33 #include "platform/graphics/GraphicsLayer.h" 34 #include "platform/graphics/GraphicsLayer.h"
34 #include "platform/graphics/GraphicsLayerClient.h" 35 #include "platform/graphics/GraphicsLayerClient.h"
35 #include "wtf/Allocator.h" 36 #include "wtf/Allocator.h"
36 #include <memory> 37 #include <memory>
37 38
38 namespace blink { 39 namespace blink {
39 40
40 class PaintLayerCompositor; 41 class PaintLayerCompositor;
(...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 // Keep track of whether the background is painted onto the scrolling contents 650 // Keep track of whether the background is painted onto the scrolling contents
650 // layer for invalidations. 651 // layer for invalidations.
651 unsigned m_backgroundPaintsOntoScrollingContentsLayer : 1; 652 unsigned m_backgroundPaintsOntoScrollingContentsLayer : 1;
652 653
653 friend class CompositedLayerMappingTest; 654 friend class CompositedLayerMappingTest;
654 }; 655 };
655 656
656 } // namespace blink 657 } // namespace blink
657 658
658 #endif // CompositedLayerMapping_h 659 #endif // CompositedLayerMapping_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/LocalFrame.cpp ('k') | third_party/WebKit/Source/core/paint/PaintLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698