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

Side by Side Diff: Source/core/testing/Internals.cpp

Issue 358603002: Remove StyleEngine.h include from RenderObject.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@rename-style-bool-to-0
Patch Set: Rebased for landing Created 6 years, 5 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/svg/SVGGradientElement.cpp ('k') | Source/web/tests/WebDocumentTest.cpp » ('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) 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 #include "core/dom/Document.h" 46 #include "core/dom/Document.h"
47 #include "core/dom/DocumentMarker.h" 47 #include "core/dom/DocumentMarker.h"
48 #include "core/dom/DocumentMarkerController.h" 48 #include "core/dom/DocumentMarkerController.h"
49 #include "core/dom/Element.h" 49 #include "core/dom/Element.h"
50 #include "core/dom/ExceptionCode.h" 50 #include "core/dom/ExceptionCode.h"
51 #include "core/dom/FullscreenElementStack.h" 51 #include "core/dom/FullscreenElementStack.h"
52 #include "core/dom/NodeRenderStyle.h" 52 #include "core/dom/NodeRenderStyle.h"
53 #include "core/dom/PseudoElement.h" 53 #include "core/dom/PseudoElement.h"
54 #include "core/dom/Range.h" 54 #include "core/dom/Range.h"
55 #include "core/dom/StaticNodeList.h" 55 #include "core/dom/StaticNodeList.h"
56 #include "core/dom/StyleEngine.h"
56 #include "core/dom/TreeScope.h" 57 #include "core/dom/TreeScope.h"
57 #include "core/dom/ViewportDescription.h" 58 #include "core/dom/ViewportDescription.h"
58 #include "core/dom/shadow/ComposedTreeWalker.h" 59 #include "core/dom/shadow/ComposedTreeWalker.h"
59 #include "core/dom/shadow/ElementShadow.h" 60 #include "core/dom/shadow/ElementShadow.h"
60 #include "core/dom/shadow/SelectRuleFeatureSet.h" 61 #include "core/dom/shadow/SelectRuleFeatureSet.h"
61 #include "core/dom/shadow/ShadowRoot.h" 62 #include "core/dom/shadow/ShadowRoot.h"
62 #include "core/editing/Editor.h" 63 #include "core/editing/Editor.h"
63 #include "core/editing/PlainTextRange.h" 64 #include "core/editing/PlainTextRange.h"
64 #include "core/editing/SpellCheckRequester.h" 65 #include "core/editing/SpellCheckRequester.h"
65 #include "core/editing/SpellChecker.h" 66 #include "core/editing/SpellChecker.h"
(...skipping 2283 matching lines...) Expand 10 before | Expand all | Expand 10 after
2349 } 2350 }
2350 networkStateNotifier().setWebConnectionTypeForTest(webtype); 2351 networkStateNotifier().setWebConnectionTypeForTest(webtype);
2351 } 2352 }
2352 2353
2353 unsigned Internals::countHitRegions(CanvasRenderingContext2D* context) 2354 unsigned Internals::countHitRegions(CanvasRenderingContext2D* context)
2354 { 2355 {
2355 return context->hitRegionsCount(); 2356 return context->hitRegionsCount();
2356 } 2357 }
2357 2358
2358 } // namespace WebCore 2359 } // namespace WebCore
OLDNEW
« no previous file with comments | « Source/core/svg/SVGGradientElement.cpp ('k') | Source/web/tests/WebDocumentTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698