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

Unified Diff: Source/core/paint/ViewPainter.h

Issue 926193003: Move rendering/RenderBox to layout/LayoutBox. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/paint/TablePainter.cpp ('k') | Source/core/paint/ViewPainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/ViewPainter.h
diff --git a/Source/core/paint/ViewPainter.h b/Source/core/paint/ViewPainter.h
index 6d5a84357491006a036210c93660c8d47715109f..e8e2c14c33a3e6d763dfa4d2b5fd4e7975e00cb7 100644
--- a/Source/core/paint/ViewPainter.h
+++ b/Source/core/paint/ViewPainter.h
@@ -9,7 +9,7 @@ namespace blink {
class LayoutPoint;
struct PaintInfo;
-class RenderBox;
+class LayoutBox;
class RenderView;
class ViewPainter {
@@ -20,7 +20,7 @@ public:
void paintBoxDecorationBackground(const PaintInfo&);
private:
- bool rootFillsViewportBackground(RenderBox* rootBox) const;
+ bool rootFillsViewportBackground(LayoutBox* rootBox) const;
RenderView& m_renderView;
};
« no previous file with comments | « Source/core/paint/TablePainter.cpp ('k') | Source/core/paint/ViewPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698