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

Side by Side Diff: third_party/WebKit/Source/core/frame/LocalDOMWindow.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) 2006, 2007, 2009, 2010 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2009, 2010 Apple Inc. All rights reserved.
3 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies) 3 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies)
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 1. Redistributions of source code must retain the above copyright 8 * 1. 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 * 2. Redistributions in binary form must reproduce the above copyright 10 * 2. Redistributions in binary form must reproduce the above copyright
(...skipping 27 matching lines...) Expand all
38 #include <memory> 38 #include <memory>
39 39
40 namespace blink { 40 namespace blink {
41 41
42 class CustomElementRegistry; 42 class CustomElementRegistry;
43 class DOMWindowEventQueue; 43 class DOMWindowEventQueue;
44 class DOMWindowProperty; 44 class DOMWindowProperty;
45 class DocumentInit; 45 class DocumentInit;
46 class EventListener; 46 class EventListener;
47 class EventQueue; 47 class EventQueue;
48 class ExceptionState;
49 class FrameConsole; 48 class FrameConsole;
50 class IntRect;
51 class MessageEvent; 49 class MessageEvent;
52 class Page; 50 class Page;
53 class PostMessageTimer; 51 class PostMessageTimer;
54 class SecurityOrigin; 52 class SecurityOrigin;
55 class SourceLocation; 53 class SourceLocation;
56 class DOMVisualViewport; 54 class DOMVisualViewport;
57 55
58 enum PageshowEventPersistence { 56 enum PageshowEventPersistence {
59 PageshowEventNotPersisted = 0, 57 PageshowEventNotPersisted = 0,
60 PageshowEventPersisted = 1 58 PageshowEventPersisted = 1
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 return m_status; 303 return m_status;
306 } 304 }
307 305
308 inline String LocalDOMWindow::defaultStatus() const { 306 inline String LocalDOMWindow::defaultStatus() const {
309 return m_defaultStatus; 307 return m_defaultStatus;
310 } 308 }
311 309
312 } // namespace blink 310 } // namespace blink
313 311
314 #endif // LocalDOMWindow_h 312 #endif // LocalDOMWindow_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameView.h ('k') | third_party/WebKit/Source/core/frame/LocalFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698