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

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

Issue 929223003: Move and rename RenderFrame and RenderFrameSet. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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
« no previous file with comments | « Source/core/rendering/RenderFrameSet.cpp ('k') | no next file » | 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/LayoutObject.h" 134 #include "core/layout/LayoutObject.h"
135 #include "core/layout/LayoutPart.h"
135 #include "core/layout/LayoutTreeAsText.h" 136 #include "core/layout/LayoutTreeAsText.h"
136 #include "core/layout/style/StyleInheritedData.h" 137 #include "core/layout/style/StyleInheritedData.h"
137 #include "core/loader/DocumentLoader.h" 138 #include "core/loader/DocumentLoader.h"
138 #include "core/loader/FrameLoadRequest.h" 139 #include "core/loader/FrameLoadRequest.h"
139 #include "core/loader/FrameLoader.h" 140 #include "core/loader/FrameLoader.h"
140 #include "core/loader/HistoryItem.h" 141 #include "core/loader/HistoryItem.h"
141 #include "core/page/Chrome.h" 142 #include "core/page/Chrome.h"
142 #include "core/page/EventHandler.h" 143 #include "core/page/EventHandler.h"
143 #include "core/page/FocusController.h" 144 #include "core/page/FocusController.h"
144 #include "core/page/FrameTree.h" 145 #include "core/page/FrameTree.h"
145 #include "core/page/Page.h" 146 #include "core/page/Page.h"
146 #include "core/page/PrintContext.h" 147 #include "core/page/PrintContext.h"
147 #include "core/rendering/RenderBox.h" 148 #include "core/rendering/RenderBox.h"
148 #include "core/rendering/RenderFrame.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 1844 matching lines...) Expand 10 before | Expand all | Expand 10 after
2003 { 2003 {
2004 m_frameWidget = frameWidget; 2004 m_frameWidget = frameWidget;
2005 } 2005 }
2006 2006
2007 WebFrameWidgetImpl* WebLocalFrameImpl::frameWidget() const 2007 WebFrameWidgetImpl* WebLocalFrameImpl::frameWidget() const
2008 { 2008 {
2009 return m_frameWidget; 2009 return m_frameWidget;
2010 } 2010 }
2011 2011
2012 } // namespace blink 2012 } // namespace blink
OLDNEW
« no previous file with comments | « Source/core/rendering/RenderFrameSet.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698