OLD | NEW |
1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #ifndef ClipRecorder_h | 5 #ifndef ClipRecorder_h |
6 #define ClipRecorder_h | 6 #define ClipRecorder_h |
7 | 7 |
8 #include "core/paint/ViewDisplayList.h" | 8 #include "core/paint/ViewDisplayList.h" |
9 #include "core/rendering/PaintPhase.h" | 9 #include "core/rendering/PaintPhase.h" |
10 #include "platform/geometry/RoundedRect.h" | 10 #include "platform/geometry/RoundedRect.h" |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 ~ClipRecorder(); | 50 ~ClipRecorder(); |
51 | 51 |
52 private: | 52 private: |
53 ClipDisplayItem* m_clipDisplayItem; | 53 ClipDisplayItem* m_clipDisplayItem; |
54 GraphicsContext* m_graphicsContext; | 54 GraphicsContext* m_graphicsContext; |
55 RenderLayer* m_renderLayer; | 55 RenderLayer* m_renderLayer; |
56 }; | 56 }; |
57 | 57 |
58 } // namespace blink | 58 } // namespace blink |
59 | 59 |
60 #endif // ViewDisplayList_h | 60 #endif // ClipRecorder_h |
OLD | NEW |