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

Unified Diff: Source/core/layout/LayerClipper.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/layout/Layer.cpp ('k') | Source/core/layout/LayerClipper.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayerClipper.h
diff --git a/Source/core/layout/LayerClipper.h b/Source/core/layout/LayerClipper.h
index f750e881e8630c71279611374ec2decc21093ef2..98a6eb4eceb80f62517ac886c533a486a55b20ef 100644
--- a/Source/core/layout/LayerClipper.h
+++ b/Source/core/layout/LayerClipper.h
@@ -96,7 +96,7 @@ private:
class LayerClipper {
WTF_MAKE_NONCOPYABLE(LayerClipper);
public:
- explicit LayerClipper(LayoutLayerModelObject&);
+ explicit LayerClipper(LayoutBoxModelObject&);
void clearClipRectsIncludingDescendants();
void clearClipRectsIncludingDescendants(ClipRectsCacheSlot);
@@ -140,7 +140,7 @@ private:
}
// FIXME: Could this be a RenderBox?
- LayoutLayerModelObject& m_renderer;
+ LayoutBoxModelObject& m_renderer;
mutable OwnPtr<ClipRectsCache> m_cache;
};
« no previous file with comments | « Source/core/layout/Layer.cpp ('k') | Source/core/layout/LayerClipper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698