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

Side by Side Diff: Source/platform/graphics/GraphicsLayer.h

Issue 531983002: Clean up forward declarations in Source/platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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/platform/graphics/Gradient.h ('k') | Source/platform/graphics/GraphicsLayerClient.h » ('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) 2009 Apple Inc. All rights reserved. 2 * Copyright (C) 2009 Apple Inc. All rights reserved.
3 * Copyright (C) 2013 Intel Corporation. All rights reserved. 3 * Copyright (C) 2013 Intel Corporation. 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 * 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 namespace blink { 51 namespace blink {
52 52
53 class FloatRect; 53 class FloatRect;
54 class GraphicsContext; 54 class GraphicsContext;
55 class GraphicsLayer; 55 class GraphicsLayer;
56 class GraphicsLayerFactory; 56 class GraphicsLayerFactory;
57 class GraphicsLayerFactoryChromium; 57 class GraphicsLayerFactoryChromium;
58 class Image; 58 class Image;
59 class JSONObject; 59 class JSONObject;
60 class ScrollableArea; 60 class ScrollableArea;
61 class TextStream;
62 class WebCompositorAnimation; 61 class WebCompositorAnimation;
63 class WebLayer; 62 class WebLayer;
64 63
65 // FIXME: find a better home for this declaration. 64 // FIXME: find a better home for this declaration.
66 class PLATFORM_EXPORT LinkHighlightClient { 65 class PLATFORM_EXPORT LinkHighlightClient {
67 public: 66 public:
68 virtual void invalidate() = 0; 67 virtual void invalidate() = 0;
69 virtual void clearCurrentGraphicsLayer() = 0; 68 virtual void clearCurrentGraphicsLayer() = 0;
70 virtual WebLayer* layer() = 0; 69 virtual WebLayer* layer() = 0;
71 70
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 }; 343 };
345 344
346 } // namespace blink 345 } // namespace blink
347 346
348 #ifndef NDEBUG 347 #ifndef NDEBUG
349 // Outside the WebCore namespace for ease of invocation from gdb. 348 // Outside the WebCore namespace for ease of invocation from gdb.
350 void PLATFORM_EXPORT showGraphicsLayerTree(const blink::GraphicsLayer*); 349 void PLATFORM_EXPORT showGraphicsLayerTree(const blink::GraphicsLayer*);
351 #endif 350 #endif
352 351
353 #endif // GraphicsLayer_h 352 #endif // GraphicsLayer_h
OLDNEW
« no previous file with comments | « Source/platform/graphics/Gradient.h ('k') | Source/platform/graphics/GraphicsLayerClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698