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

Side by Side Diff: Source/core/frame/Frame.h

Issue 1259563002: Revert of Precompile more in Blink in Windows for faster compilations (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 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/core.gyp ('k') | Source/core/win/Precompile-core.h » ('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) 1998, 1999 Torben Weis <weis@kde.org> 2 * Copyright (C) 1998, 1999 Torben Weis <weis@kde.org>
3 * 1999-2001 Lars Knoll <knoll@kde.org> 3 * 1999-2001 Lars Knoll <knoll@kde.org>
4 * 1999-2001 Antti Koivisto <koivisto@kde.org> 4 * 1999-2001 Antti Koivisto <koivisto@kde.org>
5 * 2000-2001 Simon Hausmann <hausmann@kde.org> 5 * 2000-2001 Simon Hausmann <hausmann@kde.org>
6 * 2000-2001 Dirk Mueller <mueller@kde.org> 6 * 2000-2001 Dirk Mueller <mueller@kde.org>
7 * 2000 Stefan Schimanski <1Stein@gmx.de> 7 * 2000 Stefan Schimanski <1Stein@gmx.de>
8 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Apple Inc. All rights reserved. 8 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Apple Inc. All rights reserved.
9 * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies) 9 * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies)
10 * Copyright (C) 2008 Eric Seidel <eric@webkit.org> 10 * Copyright (C) 2008 Eric Seidel <eric@webkit.org>
(...skipping 11 matching lines...) Expand all
22 * You should have received a copy of the GNU Library General Public License 22 * You should have received a copy of the GNU Library General Public License
23 * along with this library; see the file COPYING.LIB. If not, write to 23 * along with this library; see the file COPYING.LIB. If not, write to
24 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 24 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
25 * Boston, MA 02110-1301, USA. 25 * Boston, MA 02110-1301, USA.
26 */ 26 */
27 27
28 #ifndef Frame_h 28 #ifndef Frame_h
29 #define Frame_h 29 #define Frame_h
30 30
31 #include "core/CoreExport.h" 31 #include "core/CoreExport.h"
32 #include "core/frame/FrameOwner.h"
33 #include "core/frame/FrameTypes.h" 32 #include "core/frame/FrameTypes.h"
34 #include "core/loader/FrameLoaderTypes.h" 33 #include "core/loader/FrameLoaderTypes.h"
35 #include "core/page/FrameTree.h" 34 #include "core/page/FrameTree.h"
36 #include "platform/heap/Handle.h" 35 #include "platform/heap/Handle.h"
37 #include "wtf/Forward.h" 36 #include "wtf/Forward.h"
38 #include "wtf/RefCounted.h" 37 #include "wtf/RefCounted.h"
39 38
40 namespace blink { 39 namespace blink {
41 40
42 class ChromeClient; 41 class ChromeClient;
43 class DOMWindow; 42 class DOMWindow;
44 class DOMWrapperWorld; 43 class DOMWrapperWorld;
45 class Document; 44 class Document;
46 class FrameClient; 45 class FrameClient;
47 class FrameHost; 46 class FrameHost;
47 class FrameOwner;
48 class HTMLFrameOwnerElement; 48 class HTMLFrameOwnerElement;
49 class LayoutPart; 49 class LayoutPart;
50 class KURL; 50 class KURL;
51 class Page; 51 class Page;
52 class SecurityContext; 52 class SecurityContext;
53 class Settings; 53 class Settings;
54 class WindowProxy; 54 class WindowProxy;
55 class WindowProxyManager; 55 class WindowProxyManager;
56 struct FrameLoadRequest; 56 struct FrameLoadRequest;
57 57
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 { 160 {
161 return m_treeNode; 161 return m_treeNode;
162 } 162 }
163 163
164 // Allow equality comparisons of Frames by reference or pointer, interchangeably . 164 // Allow equality comparisons of Frames by reference or pointer, interchangeably .
165 DEFINE_COMPARISON_OPERATORS_WITH_REFERENCES_REFCOUNTED(Frame) 165 DEFINE_COMPARISON_OPERATORS_WITH_REFERENCES_REFCOUNTED(Frame)
166 166
167 } // namespace blink 167 } // namespace blink
168 168
169 #endif // Frame_h 169 #endif // Frame_h
OLDNEW
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/win/Precompile-core.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698