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

Side by Side Diff: third_party/WebKit/Source/core/testing/Internals.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) 2012 Google Inc. All rights reserved. 2 * Copyright (C) 2012 Google Inc. All rights reserved.
3 * Copyright (C) 2013 Apple Inc. All rights reserved. 3 * Copyright (C) 2013 Apple Inc. All rights reserved.
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 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 class DOMPoint; 50 class DOMPoint;
51 class DictionaryTest; 51 class DictionaryTest;
52 class Document; 52 class Document;
53 class DocumentMarker; 53 class DocumentMarker;
54 class Element; 54 class Element;
55 class ExceptionState; 55 class ExceptionState;
56 class GCObservation; 56 class GCObservation;
57 class HTMLMediaElement; 57 class HTMLMediaElement;
58 class InternalRuntimeFlags; 58 class InternalRuntimeFlags;
59 class InternalSettings; 59 class InternalSettings;
60 class Iterator;
61 class LayerRectList; 60 class LayerRectList;
62 class LocalDOMWindow; 61 class LocalDOMWindow;
63 class LocalFrame; 62 class LocalFrame;
64 class Node; 63 class Node;
65 class OriginTrialsTest; 64 class OriginTrialsTest;
66 class Page; 65 class Page;
67 class PrivateScriptTest; 66 class PrivateScriptTest;
68 class Range; 67 class Range;
69 class SerializedScriptValue; 68 class SerializedScriptValue;
70 class ShadowRoot; 69 class ShadowRoot;
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 unsigned index, 537 unsigned index,
539 ExceptionState&); 538 ExceptionState&);
540 Member<InternalRuntimeFlags> m_runtimeFlags; 539 Member<InternalRuntimeFlags> m_runtimeFlags;
541 540
542 IterationSource* startIteration(ScriptState*, ExceptionState&) override; 541 IterationSource* startIteration(ScriptState*, ExceptionState&) override;
543 }; 542 };
544 543
545 } // namespace blink 544 } // namespace blink
546 545
547 #endif // Internals_h 546 #endif // Internals_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698