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

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

Issue 1248413003: Remove unused class WebNinePatchLayer.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 | « no previous file | public/BUILD.gn » ('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 27 matching lines...) Expand all
38 #include "platform/graphics/GraphicsLayerDebugInfo.h" 38 #include "platform/graphics/GraphicsLayerDebugInfo.h"
39 #include "platform/graphics/PaintInvalidationReason.h" 39 #include "platform/graphics/PaintInvalidationReason.h"
40 #include "platform/graphics/filters/FilterOperations.h" 40 #include "platform/graphics/filters/FilterOperations.h"
41 #include "platform/graphics/paint/DisplayItemClient.h" 41 #include "platform/graphics/paint/DisplayItemClient.h"
42 #include "platform/transforms/TransformationMatrix.h" 42 #include "platform/transforms/TransformationMatrix.h"
43 #include "public/platform/WebCompositorAnimationDelegate.h" 43 #include "public/platform/WebCompositorAnimationDelegate.h"
44 #include "public/platform/WebContentLayer.h" 44 #include "public/platform/WebContentLayer.h"
45 #include "public/platform/WebImageLayer.h" 45 #include "public/platform/WebImageLayer.h"
46 #include "public/platform/WebLayerClient.h" 46 #include "public/platform/WebLayerClient.h"
47 #include "public/platform/WebLayerScrollClient.h" 47 #include "public/platform/WebLayerScrollClient.h"
48 #include "public/platform/WebNinePatchLayer.h"
49 #include "public/platform/WebScrollBlocksOn.h" 48 #include "public/platform/WebScrollBlocksOn.h"
50 #include "third_party/skia/include/core/SkPaint.h" 49 #include "third_party/skia/include/core/SkPaint.h"
51 #include "wtf/OwnPtr.h" 50 #include "wtf/OwnPtr.h"
52 #include "wtf/PassOwnPtr.h" 51 #include "wtf/PassOwnPtr.h"
53 #include "wtf/Vector.h" 52 #include "wtf/Vector.h"
54 53
55 namespace blink { 54 namespace blink {
56 55
57 class DisplayItemList; 56 class DisplayItemList;
58 class FloatRect; 57 class FloatRect;
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 }; 370 };
372 371
373 } // namespace blink 372 } // namespace blink
374 373
375 #ifndef NDEBUG 374 #ifndef NDEBUG
376 // Outside the blink namespace for ease of invocation from gdb. 375 // Outside the blink namespace for ease of invocation from gdb.
377 void PLATFORM_EXPORT showGraphicsLayerTree(const blink::GraphicsLayer*); 376 void PLATFORM_EXPORT showGraphicsLayerTree(const blink::GraphicsLayer*);
378 #endif 377 #endif
379 378
380 #endif // GraphicsLayer_h 379 #endif // GraphicsLayer_h
OLDNEW
« no previous file with comments | « no previous file | public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698