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

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

Issue 584273002: Clean up forward declarations in Source/core/frame (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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/frame/FrameConsole.h ('k') | Source/core/frame/LocalDOMWindow.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) 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 reserv ed. 7 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights reserv ed.
8 8
9 This library is free software; you can redistribute it and/or 9 This library is free software; you can redistribute it and/or
10 modify it under the terms of the GNU Library General Public 10 modify it under the terms of the GNU Library General Public
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 class FloatSize; 44 class FloatSize;
45 class HTMLFrameOwnerElement; 45 class HTMLFrameOwnerElement;
46 class LocalFrame; 46 class LocalFrame;
47 class KURL; 47 class KURL;
48 class Node; 48 class Node;
49 class Page; 49 class Page;
50 class RenderBox; 50 class RenderBox;
51 class RenderEmbeddedObject; 51 class RenderEmbeddedObject;
52 class RenderObject; 52 class RenderObject;
53 class RenderScrollbarPart; 53 class RenderScrollbarPart;
54 class RenderStyle;
55 class RenderView; 54 class RenderView;
56 class RenderWidget; 55 class RenderWidget;
57 56
58 typedef unsigned long long DOMTimeStamp; 57 typedef unsigned long long DOMTimeStamp;
59 58
60 class FrameView FINAL : public ScrollView { 59 class FrameView FINAL : public ScrollView {
61 public: 60 public:
62 friend class RenderView; 61 friend class RenderView;
63 friend class Internals; 62 friend class Internals;
64 63
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 m_view->setCanInvalidatePaintDuringPerformLayout(m_originalValue); 538 m_view->setCanInvalidatePaintDuringPerformLayout(m_originalValue);
540 } 539 }
541 private: 540 private:
542 FrameView* m_view; 541 FrameView* m_view;
543 bool m_originalValue; 542 bool m_originalValue;
544 }; 543 };
545 544
546 } // namespace blink 545 } // namespace blink
547 546
548 #endif // FrameView_h 547 #endif // FrameView_h
OLDNEW
« no previous file with comments | « Source/core/frame/FrameConsole.h ('k') | Source/core/frame/LocalDOMWindow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698