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

Unified Diff: Source/core/layout/LayoutFullScreen.cpp

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle Created 5 years, 9 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/LayoutFullScreen.h ('k') | Source/core/layout/LayoutGeometryMap.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutFullScreen.cpp
diff --git a/Source/core/layout/LayoutFullScreen.cpp b/Source/core/layout/LayoutFullScreen.cpp
index 0cbf8fbc0f98f6d785004448724ad3f118c8ac46..32fe1fb189d26799dd582252d25f12ae10412a03 100644
--- a/Source/core/layout/LayoutFullScreen.cpp
+++ b/Source/core/layout/LayoutFullScreen.cpp
@@ -90,7 +90,7 @@ void LayoutFullScreen::willBeDestroyed()
void LayoutFullScreen::updateStyle()
{
- RefPtr<LayoutStyle> fullscreenStyle = LayoutStyle::create();
+ RefPtr<ComputedStyle> fullscreenStyle = ComputedStyle::create();
// Create a stacking context:
fullscreenStyle->setZIndex(INT_MAX);
@@ -184,7 +184,7 @@ void LayoutFullScreen::setPlaceholder(LayoutBlock* placeholder)
m_placeholder = placeholder;
}
-void LayoutFullScreen::createPlaceholder(PassRefPtr<LayoutStyle> style, const LayoutRect& frameRect)
+void LayoutFullScreen::createPlaceholder(PassRefPtr<ComputedStyle> style, const LayoutRect& frameRect)
{
if (style->width().isAuto())
style->setWidth(Length(frameRect.width(), Fixed));
« no previous file with comments | « Source/core/layout/LayoutFullScreen.h ('k') | Source/core/layout/LayoutGeometryMap.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698