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

Side by Side Diff: third_party/WebKit/Source/core/frame/FrameView.h

Issue 2463703003: blink: Cleanup core class forward declarations (Closed)
Patch Set: Remove redundant empty lines Created 4 years, 1 month 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
OLDNEW
1 /* 1 /*
2 Copyright (C) 1997 Martin Jones (mjones@kde.org) 2 Copyright (C) 1997 Martin Jones (mjones@kde.org)
3 (C) 1998 Waldo Bastian (bastian@kde.org) 3 (C) 1998 Waldo Bastian (bastian@kde.org)
4 (C) 1998, 1999 Torben Weis (weis@kde.org) 4 (C) 1998, 1999 Torben Weis (weis@kde.org)
5 (C) 1999 Lars Knoll (knoll@kde.org) 5 (C) 1999 Lars Knoll (knoll@kde.org)
6 (C) 1999 Antti Koivisto (koivisto@kde.org) 6 (C) 1999 Antti Koivisto (koivisto@kde.org)
7 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights 7 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights
8 reserved. 8 reserved.
9 9
10 This library is free software; you can redistribute it and/or 10 This library is free software; you can redistribute it and/or
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 57
58 namespace blink { 58 namespace blink {
59 59
60 class AXObjectCache; 60 class AXObjectCache;
61 class CancellableTaskFactory; 61 class CancellableTaskFactory;
62 class ComputedStyle; 62 class ComputedStyle;
63 class DocumentLifecycle; 63 class DocumentLifecycle;
64 class Cursor; 64 class Cursor;
65 class Element; 65 class Element;
66 class FloatSize; 66 class FloatSize;
67 class HTMLFrameOwnerElement;
68 class JSONArray; 67 class JSONArray;
69 class JSONObject; 68 class JSONObject;
70 class LayoutItem; 69 class LayoutItem;
71 class LayoutViewItem; 70 class LayoutViewItem;
72 class LayoutPart; 71 class LayoutPart;
73 class LocalFrame; 72 class LocalFrame;
74 class KURL; 73 class KURL;
75 class Node; 74 class Node;
76 class LayoutAnalyzer; 75 class LayoutAnalyzer;
77 class LayoutBox; 76 class LayoutBox;
(...skipping 1057 matching lines...) Expand 10 before | Expand all | Expand 10 after
1135 widget.isFrameView()); 1134 widget.isFrameView());
1136 DEFINE_TYPE_CASTS(FrameView, 1135 DEFINE_TYPE_CASTS(FrameView,
1137 ScrollableArea, 1136 ScrollableArea,
1138 scrollableArea, 1137 scrollableArea,
1139 scrollableArea->isFrameView(), 1138 scrollableArea->isFrameView(),
1140 scrollableArea.isFrameView()); 1139 scrollableArea.isFrameView());
1141 1140
1142 } // namespace blink 1141 } // namespace blink
1143 1142
1144 #endif // FrameView_h 1143 #endif // FrameView_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameSerializer.h ('k') | third_party/WebKit/Source/core/frame/LocalDOMWindow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698