Index: Source/core/layout/LayoutFullScreen.h |
diff --git a/Source/core/layout/LayoutFullScreen.h b/Source/core/layout/LayoutFullScreen.h |
index ce70a9ac0be18843bd6754f93dfde571728e4b87..b75eae107ec96fc2652d90a3eed868670531c46e 100644 |
--- a/Source/core/layout/LayoutFullScreen.h |
+++ b/Source/core/layout/LayoutFullScreen.h |
@@ -39,7 +39,7 @@ public: |
void setPlaceholder(LayoutBlock*); |
LayoutBlock* placeholder() { return m_placeholder; } |
- void createPlaceholder(PassRefPtr<LayoutStyle>, const LayoutRect& frameRect); |
+ void createPlaceholder(PassRefPtr<ComputedStyle>, const LayoutRect& frameRect); |
static LayoutObject* wrapRenderer(LayoutObject*, LayoutObject*, Document*); |