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

Side by Side Diff: third_party/WebKit/Source/core/testing/Internals.h

Issue 2468073002: Move LayerHitTestRects to a separate file. (Closed)
Patch Set: 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
« no previous file with comments | « third_party/WebKit/Source/core/paint/LayerHitTestRects.h ('k') | no next file » | 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) 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 24 matching lines...) Expand all
35 #include "bindings/core/v8/ScriptWrappable.h" 35 #include "bindings/core/v8/ScriptWrappable.h"
36 #include "core/css/CSSComputedStyleDeclaration.h" 36 #include "core/css/CSSComputedStyleDeclaration.h"
37 #include "core/dom/ContextLifecycleObserver.h" 37 #include "core/dom/ContextLifecycleObserver.h"
38 #include "core/page/scrolling/ScrollingCoordinator.h" 38 #include "core/page/scrolling/ScrollingCoordinator.h"
39 #include "platform/heap/Handle.h" 39 #include "platform/heap/Handle.h"
40 #include "wtf/Forward.h" 40 #include "wtf/Forward.h"
41 #include "wtf/text/WTFString.h" 41 #include "wtf/text/WTFString.h"
42 42
43 namespace blink { 43 namespace blink {
44 44
45 class Animation;
45 class CallbackFunctionTest; 46 class CallbackFunctionTest;
46 class CanvasRenderingContext; 47 class CanvasRenderingContext;
47 class ClientRect; 48 class ClientRect;
48 class ClientRectList; 49 class ClientRectList;
49 class DOMArrayBuffer; 50 class DOMArrayBuffer;
50 class DOMPoint; 51 class DOMPoint;
51 class DictionaryTest; 52 class DictionaryTest;
52 class Document; 53 class Document;
53 class DocumentMarker; 54 class DocumentMarker;
54 class Element; 55 class Element;
55 class ExceptionState; 56 class ExceptionState;
56 class GCObservation; 57 class GCObservation;
58 class HTMLSelectElement;
57 class HTMLMediaElement; 59 class HTMLMediaElement;
58 class InternalRuntimeFlags; 60 class InternalRuntimeFlags;
59 class InternalSettings; 61 class InternalSettings;
60 class LayerRectList; 62 class LayerRectList;
61 class LocalDOMWindow; 63 class LocalDOMWindow;
62 class LocalFrame; 64 class LocalFrame;
65 class Location;
63 class Node; 66 class Node;
64 class OriginTrialsTest; 67 class OriginTrialsTest;
65 class Page; 68 class Page;
66 class PrivateScriptTest; 69 class PrivateScriptTest;
67 class Range; 70 class Range;
68 class SerializedScriptValue; 71 class SerializedScriptValue;
69 class ShadowRoot; 72 class ShadowRoot;
70 class TypeConversions; 73 class TypeConversions;
71 class UnionTypesTest; 74 class UnionTypesTest;
72 class ScrollState; 75 class ScrollState;
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 unsigned index, 540 unsigned index,
538 ExceptionState&); 541 ExceptionState&);
539 Member<InternalRuntimeFlags> m_runtimeFlags; 542 Member<InternalRuntimeFlags> m_runtimeFlags;
540 543
541 IterationSource* startIteration(ScriptState*, ExceptionState&) override; 544 IterationSource* startIteration(ScriptState*, ExceptionState&) override;
542 }; 545 };
543 546
544 } // namespace blink 547 } // namespace blink
545 548
546 #endif // Internals_h 549 #endif // Internals_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/paint/LayerHitTestRects.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698