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

Side by Side Diff: Source/core/paint/ClipRecorder.h

Issue 698743002: [WIP] Adding support for <iframe>s to slimming paint. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
OLDNEW
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698