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

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

Issue 25195003: Prepare to move core/platform/text into blink_platform.dll (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: re-attempt upload Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/svg/SVGTests.cpp ('k') | Source/core/tests/PODIntervalTreeTest.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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 #include "core/page/Frame.h" 94 #include "core/page/Frame.h"
95 #include "core/page/FrameView.h" 95 #include "core/page/FrameView.h"
96 #include "core/page/Page.h" 96 #include "core/page/Page.h"
97 #include "core/page/PagePopupController.h" 97 #include "core/page/PagePopupController.h"
98 #include "core/page/PrintContext.h" 98 #include "core/page/PrintContext.h"
99 #include "core/page/Settings.h" 99 #include "core/page/Settings.h"
100 #include "core/page/animation/AnimationController.h" 100 #include "core/page/animation/AnimationController.h"
101 #include "core/page/scrolling/ScrollingCoordinator.h" 101 #include "core/page/scrolling/ScrollingCoordinator.h"
102 #include "core/platform/ColorChooser.h" 102 #include "core/platform/ColorChooser.h"
103 #include "core/platform/Cursor.h" 103 #include "core/platform/Cursor.h"
104 #include "core/platform/Language.h" 104 #include "platform/Language.h"
105 #include "core/platform/chromium/TraceEvent.h" 105 #include "core/platform/chromium/TraceEvent.h"
106 #include "core/platform/graphics/GraphicsLayer.h" 106 #include "core/platform/graphics/GraphicsLayer.h"
107 #include "core/platform/graphics/IntRect.h" 107 #include "core/platform/graphics/IntRect.h"
108 #include "core/platform/graphics/filters/FilterOperation.h" 108 #include "core/platform/graphics/filters/FilterOperation.h"
109 #include "core/platform/graphics/filters/FilterOperations.h" 109 #include "core/platform/graphics/filters/FilterOperations.h"
110 #include "core/platform/graphics/gpu/SharedGraphicsContext3D.h" 110 #include "core/platform/graphics/gpu/SharedGraphicsContext3D.h"
111 #include "core/platform/mock/PlatformSpeechSynthesizerMock.h" 111 #include "core/platform/mock/PlatformSpeechSynthesizerMock.h"
112 #include "core/rendering/RenderLayer.h" 112 #include "core/rendering/RenderLayer.h"
113 #include "core/rendering/RenderLayerBacking.h" 113 #include "core/rendering/RenderLayerBacking.h"
114 #include "core/rendering/RenderLayerCompositor.h" 114 #include "core/rendering/RenderLayerCompositor.h"
(...skipping 2165 matching lines...) Expand 10 before | Expand all | Expand 10 after
2280 return false; 2280 return false;
2281 sharedContext->extensions()->loseContextCHROMIUM(Extensions3D::GUILTY_CONTEX T_RESET_ARB, Extensions3D::INNOCENT_CONTEXT_RESET_ARB); 2281 sharedContext->extensions()->loseContextCHROMIUM(Extensions3D::GUILTY_CONTEX T_RESET_ARB, Extensions3D::INNOCENT_CONTEXT_RESET_ARB);
2282 // To prevent tests that call loseSharedGraphicsContext3D from being 2282 // To prevent tests that call loseSharedGraphicsContext3D from being
2283 // flaky, we call finish so that the context is guaranteed to be lost 2283 // flaky, we call finish so that the context is guaranteed to be lost
2284 // synchronously (i.e. before returning). 2284 // synchronously (i.e. before returning).
2285 sharedContext->finish(); 2285 sharedContext->finish();
2286 return true; 2286 return true;
2287 } 2287 }
2288 2288
2289 } 2289 }
OLDNEW
« no previous file with comments | « Source/core/svg/SVGTests.cpp ('k') | Source/core/tests/PODIntervalTreeTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698