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

Side by Side Diff: Source/core/layout/LayerReflectionInfo.h

Issue 945803004: Merge back LayoutLayerModelObject into RenderBoxModelObject (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Better rebasing. Created 5 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/layout/LayerClipper.cpp ('k') | Source/core/layout/LayerScrollableArea.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) 2003, 2009, 2012 Apple Inc. All rights reserved. 2 * Copyright (C) 2003, 2009, 2012 Apple Inc. All rights reserved.
3 * Copyright (C) 2013 Intel Corporation. All rights reserved. 3 * Copyright (C) 2013 Intel Corporation. All rights reserved.
4 * 4 *
5 * Portions are Copyright (C) 1998 Netscape Communications Corporation. 5 * Portions are Copyright (C) 1998 Netscape Communications Corporation.
6 * 6 *
7 * Other contributors: 7 * Other contributors:
8 * Robert O'Callahan <roc+@cs.cmu.edu> 8 * Robert O'Callahan <roc+@cs.cmu.edu>
9 * David Baron <dbaron@fas.harvard.edu> 9 * David Baron <dbaron@fas.harvard.edu>
10 * Christian Biesinger <cbiesinger@web.de> 10 * Christian Biesinger <cbiesinger@web.de>
(...skipping 28 matching lines...) Expand all
39 * deletingthe provisions above and replace them with the notice and 39 * deletingthe provisions above and replace them with the notice and
40 * other provisions required by the MPL or the GPL, as the case may be. 40 * other provisions required by the MPL or the GPL, as the case may be.
41 * If you do not delete the provisions above, a recipient may use your 41 * If you do not delete the provisions above, a recipient may use your
42 * version of this file under any of the LGPL, the MPL or the GPL. 42 * version of this file under any of the LGPL, the MPL or the GPL.
43 */ 43 */
44 44
45 #ifndef LayerReflectionInfo_h 45 #ifndef LayerReflectionInfo_h
46 #define LayerReflectionInfo_h 46 #define LayerReflectionInfo_h
47 47
48 #include "core/layout/LayerPaintingInfo.h" 48 #include "core/layout/LayerPaintingInfo.h"
49 #include "core/layout/LayoutLayerModelObject.h" 49 #include "core/layout/LayoutBoxModelObject.h"
50 #include "wtf/Noncopyable.h" 50 #include "wtf/Noncopyable.h"
51 51
52 namespace blink { 52 namespace blink {
53 53
54 class Layer; 54 class Layer;
55 class LayoutReplica; 55 class LayoutReplica;
56 56
57 class LayerReflectionInfo { 57 class LayerReflectionInfo {
58 WTF_MAKE_NONCOPYABLE(LayerReflectionInfo); 58 WTF_MAKE_NONCOPYABLE(LayerReflectionInfo);
59 public: 59 public:
(...skipping 16 matching lines...) Expand all
76 RenderBox* m_box; 76 RenderBox* m_box;
77 LayoutReplica* m_reflection; 77 LayoutReplica* m_reflection;
78 78
79 // A state bit tracking if we are painting inside a replica. 79 // A state bit tracking if we are painting inside a replica.
80 unsigned m_isPaintingInsideReflection : 1; 80 unsigned m_isPaintingInsideReflection : 1;
81 }; 81 };
82 82
83 } // namespace blink 83 } // namespace blink
84 84
85 #endif // LayerReflectinInfo_h 85 #endif // LayerReflectinInfo_h
OLDNEW
« no previous file with comments | « Source/core/layout/LayerClipper.cpp ('k') | Source/core/layout/LayerScrollableArea.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698