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

Side by Side Diff: Source/web/WebLocalFrameImpl.cpp

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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/web/ValidationMessageClientImpl.cpp ('k') | Source/web/WebPluginContainerImpl.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2009 Google Inc. All rights reserved. 2 * Copyright (C) 2009 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 #include "core/html/HTMLFrameOwnerElement.h" 124 #include "core/html/HTMLFrameOwnerElement.h"
125 #include "core/html/HTMLHeadElement.h" 125 #include "core/html/HTMLHeadElement.h"
126 #include "core/html/HTMLInputElement.h" 126 #include "core/html/HTMLInputElement.h"
127 #include "core/html/HTMLLinkElement.h" 127 #include "core/html/HTMLLinkElement.h"
128 #include "core/html/PluginDocument.h" 128 #include "core/html/PluginDocument.h"
129 #include "core/inspector/ConsoleMessage.h" 129 #include "core/inspector/ConsoleMessage.h"
130 #include "core/inspector/InspectorController.h" 130 #include "core/inspector/InspectorController.h"
131 #include "core/inspector/ScriptCallStack.h" 131 #include "core/inspector/ScriptCallStack.h"
132 #include "core/layout/HitTestResult.h" 132 #include "core/layout/HitTestResult.h"
133 #include "core/layout/Layer.h" 133 #include "core/layout/Layer.h"
134 #include "core/layout/LayoutBox.h"
134 #include "core/layout/LayoutObject.h" 135 #include "core/layout/LayoutObject.h"
135 #include "core/layout/LayoutPart.h" 136 #include "core/layout/LayoutPart.h"
136 #include "core/layout/LayoutTreeAsText.h" 137 #include "core/layout/LayoutTreeAsText.h"
137 #include "core/layout/style/StyleInheritedData.h" 138 #include "core/layout/style/StyleInheritedData.h"
138 #include "core/loader/DocumentLoader.h" 139 #include "core/loader/DocumentLoader.h"
139 #include "core/loader/FrameLoadRequest.h" 140 #include "core/loader/FrameLoadRequest.h"
140 #include "core/loader/FrameLoader.h" 141 #include "core/loader/FrameLoader.h"
141 #include "core/loader/HistoryItem.h" 142 #include "core/loader/HistoryItem.h"
142 #include "core/page/Chrome.h" 143 #include "core/page/Chrome.h"
143 #include "core/page/EventHandler.h" 144 #include "core/page/EventHandler.h"
144 #include "core/page/FocusController.h" 145 #include "core/page/FocusController.h"
145 #include "core/page/FrameTree.h" 146 #include "core/page/FrameTree.h"
146 #include "core/page/Page.h" 147 #include "core/page/Page.h"
147 #include "core/page/PrintContext.h" 148 #include "core/page/PrintContext.h"
148 #include "core/rendering/RenderBox.h"
149 #include "core/rendering/RenderView.h" 149 #include "core/rendering/RenderView.h"
150 #include "core/timing/DOMWindowPerformance.h" 150 #include "core/timing/DOMWindowPerformance.h"
151 #include "core/timing/Performance.h" 151 #include "core/timing/Performance.h"
152 #include "modules/geolocation/GeolocationController.h" 152 #include "modules/geolocation/GeolocationController.h"
153 #include "modules/notifications/NotificationPermissionClient.h" 153 #include "modules/notifications/NotificationPermissionClient.h"
154 #include "modules/presentation/PresentationController.h" 154 #include "modules/presentation/PresentationController.h"
155 #include "modules/push_messaging/PushController.h" 155 #include "modules/push_messaging/PushController.h"
156 #include "modules/screen_orientation/ScreenOrientationController.h" 156 #include "modules/screen_orientation/ScreenOrientationController.h"
157 #include "platform/ScriptForbiddenScope.h" 157 #include "platform/ScriptForbiddenScope.h"
158 #include "platform/TraceEvent.h" 158 #include "platform/TraceEvent.h"
(...skipping 1848 matching lines...) Expand 10 before | Expand all | Expand 10 after
2007 { 2007 {
2008 m_frameWidget = frameWidget; 2008 m_frameWidget = frameWidget;
2009 } 2009 }
2010 2010
2011 WebFrameWidgetImpl* WebLocalFrameImpl::frameWidget() const 2011 WebFrameWidgetImpl* WebLocalFrameImpl::frameWidget() const
2012 { 2012 {
2013 return m_frameWidget; 2013 return m_frameWidget;
2014 } 2014 }
2015 2015
2016 } // namespace blink 2016 } // namespace blink
OLDNEW
« no previous file with comments | « Source/web/ValidationMessageClientImpl.cpp ('k') | Source/web/WebPluginContainerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698